See also:
NTier Windows Forms Framework Home
NTier Framework API reference

 

Classes

  ClassDescription
Public classEntitySchemaImporterExtensionInstaller
Installs NTier.EntitySchemaImporterExtension.dll to the gac and adds it to the machine app config's SchemaImporterExtensions element.
Public classInstallerReportUnauthorizedAccess
Public classNTierAddInRegistryInstaller
The installer for the Visual Studio add-in for the NTier framework.
Public classNTierInstaller
The Installer class that installs all design time tools for the NTier framework. This should be run in the 'Custom Actions' in the setup project. To install NTier manually for development purposes:

c:\WINDOWS\Microsoft.NET\Framework\vn.n.nnnn\InstallUtil.exe /dev=true x:\bin\NTier.Designer.dll
Public classPublicAssembliesInstaller
The installer that adds the NTier installation folder to the registry to include them as public assemblies that can be referenced from the 'Add Reference' dialog in Visual Studio.
Public classRegisterEntityGeneratorCustomTool
Public classToolWindowStyleEditorsInstaller
Installs the tool window editors for NTier using the hackish .exe editor handler. This is only installed for the current user, and must be re-run for each user when the NTier add-in starts up.
Public classVisualStudioVersionSelectorForm
Public classVSAddInRegistryInstaller
An installer for a Visual Studio add-in.

NOTE: If you make changes to this class, also make the same changes in: - CoreTools\NTier.VSSilverlightShadowAssistant\Installers\VSAddInRegistryInstaller.cs - Designer\NTier.Designer\Installers\VSAddInRegistryInstaller.cs
Public classVSCodeAnalysisAssemblyInstaller
Installs the fxcop rules for NTier. This creates the following files in $(VISUALSTUDIO)\Team Tools\Static Analysis Tools\FxCop: - Rules\NTier.EntityVerifier.FxCopRules.dll - the initial assembly fxcop loads to find rules - Rules\NTier\NTier.EntityVerifier.FxCopRules.dll - loaded into another AppDomain to isolate from fxcop and load other NTier dlls - Rules\NTier\NTier.EntityVerifier.dll - contains the actual rule logic - Rules\NTier\NTier.Entity.dll - dependent NTier assembly - Rules\NTier\NTier.Common.dll - dependent NTier assembly - Rules\NTier\NTier.XXX.dll - other dependent NTier assemblies
Public classVSNTierEnterpriseTemplatesInstaller
Installs the Visual Studio enterprise templates for the NTier framework.
Public classVSNTierXmlSchemaInstaller
Installs the XmlSchemas into a place where Visual Studio can use them while validating NTier xml documents.