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

Inheritance: BaseDbScriptTemplate
Exibir arquivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
CreateSchemaTemplate ( ModelRoot model ) : System

Private Methods

Method 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 method

public CreateSchemaTemplate ( ModelRoot model ) : System
model ModelRoot
return System