C# 클래스 Serenity.CodeGenerator.EntityCodeGenerator

파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
EntityCodeGenerator ( EntityModel model, GeneratorConfig config ) : System
EntityCodeGenerator ( EntityModel model, GeneratorConfig config, string projectJson ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
BackupFile ( string file ) : string
CreateDirectoryOrBackupFile ( string file ) : string
CreateNewSiteScriptFile ( string code, string relativeFile, string dependentUpon = null ) : void
CreateNewSiteWebFile ( string code, string relativeFile, string dependentUpon = null ) : void
GenerateColumns ( ) : void
GenerateCss ( ) : void
GenerateEndpoint ( ) : void
GenerateForm ( ) : void
GeneratePageController ( ) : void
GeneratePageIndex ( ) : void
GenerateRepository ( ) : void
GenerateRow ( ) : void
GenerateScriptDialogSS ( ) : void
GenerateScriptDialogTS ( ) : void
GenerateScriptFormSS ( ) : void
GenerateScriptFormTS ( ) : void
GenerateScriptGridEditorDialogTS ( ) : void
GenerateScriptGridEditorTS ( ) : void
GenerateScriptGridSS ( ) : void
GenerateScriptGridTS ( ) : void
GenerateScriptRowSS ( ) : void
GenerateScriptRowTS ( ) : void
GenerateScriptServiceSS ( ) : void
GenerateScriptServiceTS ( ) : void
ScriptFileExists ( string relativeFile ) : bool

메소드 상세

EntityCodeGenerator() 공개 메소드

public EntityCodeGenerator ( EntityModel model, GeneratorConfig config ) : System
model EntityModel
config GeneratorConfig
리턴 System

EntityCodeGenerator() 공개 메소드

public EntityCodeGenerator ( EntityModel model, GeneratorConfig config, string projectJson ) : System
model EntityModel
config GeneratorConfig
projectJson string
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void