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

Inheritance: BaseClassTemplate
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
AppendClass ( ) : void
AppendUsingStatements ( ) : void
PrimaryKeyTemplate ( ModelRoot model, Table currentTable ) : System

Méthodes protégées

Méthode Description
PrimaryKeyParameterList ( ) : string
RelationKeyParameterList ( Relation relation ) : string

Private Methods

Méthode Description
BuildNonPrimaryRelations ( Relation relation ) : void
BuildPrimaryKeys ( ) : void
GenerateContent ( ) : void

Method Details

AppendClass() public méthode

public AppendClass ( ) : void
Résultat void

AppendUsingStatements() public méthode

public AppendUsingStatements ( ) : void
Résultat void

PrimaryKeyParameterList() protected méthode

protected PrimaryKeyParameterList ( ) : string
Résultat string

PrimaryKeyTemplate() public méthode

public PrimaryKeyTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
Résultat System

RelationKeyParameterList() protected méthode

protected RelationKeyParameterList ( Relation relation ) : string
relation Relation
Résultat string