See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
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
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class VSCodeAnalysisAssemblyInstaller : InstallerReportUnauthorizedAccess |
Visual Basic |
---|
Public Class VSCodeAnalysisAssemblyInstaller Inherits InstallerReportUnauthorizedAccess |
Visual C++ |
---|
public ref class VSCodeAnalysisAssemblyInstaller : public InstallerReportUnauthorizedAccess |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Configuration.Install..::..Installer
NTier.Designer.Installers..::..InstallerReportUnauthorizedAccess
NTier.Designer.Installers..::..VSCodeAnalysisAssemblyInstaller
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Configuration.Install..::..Installer
NTier.Designer.Installers..::..InstallerReportUnauthorizedAccess
NTier.Designer.Installers..::..VSCodeAnalysisAssemblyInstaller