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

Inheritance: BaseClassTemplate
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendConstructor ( ) : void
AppendInitializeMethod ( ) : void
AppendMemberVariables ( ) : void
AppendUsingStatements ( ) : void
DomainObjectGeneratedTemplate ( ModelRoot model, Table currentTable ) : System

Protected Methods

Method Description
BuildChildRecordSelect ( ) : string

Private Methods

Method Description
AppendClass ( ) : void
AppendMethodAssociateParentRole ( ) : void
AppendMethodAssociated ( ) : void
AppendMethodReleaseNonIdentifyingRelationships ( ) : void
AppendMethodSelfReference ( ) : void
AppendRegionRelationshipMethods ( ) : void
AppendTemplate ( ) : void
GenerateContent ( ) : void

Method Details

AppendConstructor() public method

public AppendConstructor ( ) : void
return void

AppendInitializeMethod() public method

public AppendInitializeMethod ( ) : void
return void

AppendMemberVariables() public method

public AppendMemberVariables ( ) : void
return void

AppendUsingStatements() public method

public AppendUsingStatements ( ) : void
return void

BuildChildRecordSelect() protected method

protected BuildChildRecordSelect ( ) : string
return string

DomainObjectGeneratedTemplate() public method

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