C# Class nHydrate.Generator.EFDAL.Mocks.Generators.EntityPrimaryKey.EntityPrimaryKeyTemplate

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

Méthodes publiques

Méthode Description
AppendClass ( ) : void
AppendUsingStatements ( ) : void
EntityPrimaryKeyTemplate ( 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

EntityPrimaryKeyTemplate() public méthode

public EntityPrimaryKeyTemplate ( ModelRoot model, Table currentTable ) : System
model nHydrate.Generator.Models.ModelRoot
currentTable nHydrate.Generator.Models.Table
Résultat System

PrimaryKeyParameterList() protected méthode

protected PrimaryKeyParameterList ( ) : string
Résultat string

RelationKeyParameterList() protected méthode

protected RelationKeyParameterList ( Relation relation ) : string
relation nHydrate.Generator.Models.Relation
Résultat string