C# Class Widgetsphere.Generator.ProjectItemGenerators.DatabaseSchema.CreateSchemaTemplate

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

Méthodes publiques

Méthode Description
CreateSchemaTemplate ( ModelRoot model ) : System

Private Methods

Méthode Description
AppendAuditTracking ( ) : void
AppendAuditTriggers ( ) : void
AppendChildTableColumns ( Relation relation ) : void
AppendCreateAudit ( ) : void
AppendCreateDefaults ( ) : void
AppendCreateForeignKey ( ) : void
AppendCreateIndexes ( ) : void
AppendCreatePrimaryKey ( ) : void
AppendCreateTable ( ) : void
AppendCreateUniqueKey ( ) : void
AppendParentTableColumns ( Relation relation ) : void
AppendViews ( ) : void
GenerateContent ( ) : void
GetFieldNames ( Relation relation ) : string

Method Details

CreateSchemaTemplate() public méthode

public CreateSchemaTemplate ( ModelRoot model ) : System
model ModelRoot
Résultat System