C# Class nHydrate.Generator.SQLInstaller.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
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

Method Details

CreateSchemaTemplate() public méthode

public CreateSchemaTemplate ( ModelRoot model ) : System
model nHydrate.Generator.Models.ModelRoot
Résultat System