See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
Classes
Class | Description | |
---|---|---|
![]() | EntitySchemaImporterExtensionInstaller |
Installs NTier.EntitySchemaImporterExtension.dll to the gac and
adds it to the machine app config's SchemaImporterExtensions element.
|
![]() | InstallerReportUnauthorizedAccess | |
![]() | NTierAddInRegistryInstaller |
The installer for the Visual Studio add-in for the NTier framework.
|
![]() | NTierInstaller |
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 |
![]() | PublicAssembliesInstaller |
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.
|
![]() | RegisterEntityGeneratorCustomTool | |
![]() | ToolWindowStyleEditorsInstaller |
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.
|
![]() | VisualStudioVersionSelectorForm | |
![]() | VSAddInRegistryInstaller |
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 |
![]() | VSCodeAnalysisAssemblyInstaller |
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
|
![]() | VSNTierEnterpriseTemplatesInstaller |
Installs the Visual Studio enterprise templates for the NTier framework.
|
![]() | VSNTierXmlSchemaInstaller |
Installs the XmlSchemas into a place where Visual Studio can use them while validating NTier xml documents.
|