C# 클래스 Signum.Engine.CodeGeneration.CodeGenerator

파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Entities EntityCodeGenerator
Logic LogicCodeGenerator
React ReactCodeGenerator
ReactTransformer ReactCodeConverter
Web WebCodeGenerator
Windows WindowsCodeGenerator

공개 메소드들

메소드 설명
GenerateCodeConsole ( ) : void
GetDefaultModuleName ( Type selected, string solutionName ) : string
GetModules ( bool>.Dictionary types, string solutionName ) : IEnumerable
WindowsFromEntites ( ) : void

비공개 메소드들

메소드 설명
GetSolutionInfo ( string &solutionFolder, string &solutionName ) : void

메소드 상세

GenerateCodeConsole() 공개 정적인 메소드

public static GenerateCodeConsole ( ) : void
리턴 void

GetDefaultModuleName() 공개 정적인 메소드

public static GetDefaultModuleName ( Type selected, string solutionName ) : string
selected System.Type
solutionName string
리턴 string

GetModules() 공개 정적인 메소드

public static GetModules ( bool>.Dictionary types, string solutionName ) : IEnumerable
types bool>.Dictionary
solutionName string
리턴 IEnumerable

WindowsFromEntites() 공개 정적인 메소드

public static WindowsFromEntites ( ) : void
리턴 void

프로퍼티 상세

Entities 공개적으로 정적으로 프로퍼티

public static EntityCodeGenerator,Signum.Engine.CodeGeneration Entities
리턴 EntityCodeGenerator

Logic 공개적으로 정적으로 프로퍼티

public static LogicCodeGenerator,Signum.Engine.CodeGeneration Logic
리턴 LogicCodeGenerator

React 공개적으로 정적으로 프로퍼티

public static ReactCodeGenerator,Signum.Engine.CodeGeneration React
리턴 ReactCodeGenerator

ReactTransformer 공개적으로 정적으로 프로퍼티

public static ReactCodeConverter,Signum.Engine.CodeGeneration ReactTransformer
리턴 ReactCodeConverter

Web 공개적으로 정적으로 프로퍼티

public static WebCodeGenerator,Signum.Engine.CodeGeneration Web
리턴 WebCodeGenerator

Windows 공개적으로 정적으로 프로퍼티

public static WindowsCodeGenerator,Signum.Engine.CodeGeneration Windows
리턴 WindowsCodeGenerator