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
Initializes a new instance of the RegisterEntityGeneratorCustomTool class
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public RegisterEntityGeneratorCustomTool( Nullable<VisualStudioVersion> vsVersion ) |
| Visual Basic |
|---|
Public Sub New ( vsVersion As Nullable(Of VisualStudioVersion) ) |
| Visual C++ |
|---|
public: RegisterEntityGeneratorCustomTool( Nullable<VisualStudioVersion> vsVersion ) |
Parameters
- vsVersion
- Type: System..::..Nullable<(Of <(<'VisualStudioVersion>)>)>