C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.DatabaseSchema.CreateSchemaTemplate

상속: BaseDbScriptTemplate
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
CreateSchemaTemplate ( ModelRoot model ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSchemaTemplate() 공개 메소드

public CreateSchemaTemplate ( ModelRoot model ) : System
model ModelRoot
리턴 System