C# Class Widgetsphere.Generator.ProjectItemGenerators.PrimaryKey.PrimaryKeyTemplate

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

Public Methods

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

Protected Methods

Method Description
PrimaryKeyParameterList ( ) : string
RelationKeyParameterList ( Relation relation ) : string

Private Methods

Method Description
BuildNonPrimaryRelations ( Relation relation ) : void
BuildPrimaryKeys ( ) : void
GenerateContent ( ) : void

Method Details

AppendClass() public method

public AppendClass ( ) : void
return void

AppendUsingStatements() public method

public AppendUsingStatements ( ) : void
return void

PrimaryKeyParameterList() protected method

protected PrimaryKeyParameterList ( ) : string
return string

PrimaryKeyTemplate() public method

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

RelationKeyParameterList() protected method

protected RelationKeyParameterList ( Relation relation ) : string
relation Relation
return string