See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static CodeCompileUnit GenerateCodeCompileUnit( string descriptionResourceBaseName, EntityClassCollection entities ) |
Visual Basic |
---|
Public Shared Function GenerateCodeCompileUnit ( descriptionResourceBaseName As String, entities As EntityClassCollection ) As CodeCompileUnit |
Visual C++ |
---|
public: static CodeCompileUnit^ GenerateCodeCompileUnit( String^ descriptionResourceBaseName, EntityClassCollection^ entities ) |
Parameters
- descriptionResourceBaseName
- Type: System..::..String
- entities
- Type: NTier.Model.Entity..::..EntityClassCollection