C# Class Widgetsphere.Generator.ProjectItemGenerators.DomainObject.DomainObjectExtenderTemplate

Inheritance: BaseClassTemplate
Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendClass ( ) : void
AppendUsingStatements ( ) : void
DomainObjectExtenderTemplate ( ModelRoot model, Table currentTable ) : System

Private Methods

Method Description
GenerateContent ( ) : void

Method Details

AppendClass() public method

public AppendClass ( ) : void
return void

AppendUsingStatements() public method

public AppendUsingStatements ( ) : void
return void

DomainObjectExtenderTemplate() public method

public DomainObjectExtenderTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
return System