C# 클래스 nHydrate.Generator.SQLInstaller.ProjectItemGenerators.DatabaseSchema.CreateSchemaTemplate

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

공개 메소드들

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

비공개 메소드들

메소드 설명
AppendAuditTables ( ) : void
AppendAuditTracking ( ) : void
AppendClearSP ( ) : void
AppendCreateAudit ( ) : void
AppendCreateDefaults ( ) : void
AppendCreateForeignKey ( ) : void
AppendCreateIndexes ( ) : void
AppendCreatePrimaryKey ( ) : void
AppendCreateSchema ( ) : void
AppendCreateTable ( ) : void
AppendCreateUniqueKey ( ) : void
AppendFixNulls ( ) : void
AppendRemoveDefaults ( ) : void
AppendVersionTable ( ) : void
GenerateContent ( ) : void

메소드 상세

CreateSchemaTemplate() 공개 메소드

public CreateSchemaTemplate ( ModelRoot model ) : System
model nHydrate.Generator.Models.ModelRoot
리턴 System