C# 클래스 Rabbit.CodeGenTool

파일 보기 프로젝트 열기: yysun/Rabbit

공개 프로퍼티들

프로퍼티 타입 설명
Templates string[]>.Dictionary

공개 메소드들

메소드 설명
GetDefaultFileName ( string code_type ) : string
GetTemplate ( string code_type, string fileName, string actions ) : string
SaveCode ( string code_type, string folder, string fileName, string ncode, string actions ) : void

메소드 상세

GetDefaultFileName() 공개 정적인 메소드

public static GetDefaultFileName ( string code_type ) : string
code_type string
리턴 string

GetTemplate() 공개 정적인 메소드

public static GetTemplate ( string code_type, string fileName, string actions ) : string
code_type string
fileName string
actions string
리턴 string

SaveCode() 공개 정적인 메소드

public static SaveCode ( string code_type, string folder, string fileName, string ncode, string actions ) : void
code_type string
folder string
fileName string
ncode string
actions string
리턴 void

프로퍼티 상세

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

public static Dictionary Templates
리턴 string[]>.Dictionary