C# 클래스 FluentBuild.BuildFileConverter.OutputGenerator

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

공개 메소드들

메소드 설명
CreateConstructor ( ) : string
CreateOutput ( ) : string
CreatePropertySetter ( Property property ) : string
GenerateFields ( ) : string
GenerateHeader ( ) : string
GenerateSubFoldersIfNecessary ( string input, PropertyType type ) : string
OutputGenerator ( BuildProject project ) : System

비공개 메소드들

메소드 설명
CreateTasks ( ) : string

메소드 상세

CreateConstructor() 공개 메소드

public CreateConstructor ( ) : string
리턴 string

CreateOutput() 공개 메소드

public CreateOutput ( ) : string
리턴 string

CreatePropertySetter() 공개 메소드

public CreatePropertySetter ( Property property ) : string
property Property
리턴 string

GenerateFields() 공개 메소드

public GenerateFields ( ) : string
리턴 string

GenerateHeader() 공개 메소드

public GenerateHeader ( ) : string
리턴 string

GenerateSubFoldersIfNecessary() 공개 메소드

public GenerateSubFoldersIfNecessary ( string input, PropertyType type ) : string
input string
type PropertyType
리턴 string

OutputGenerator() 공개 메소드

public OutputGenerator ( BuildProject project ) : System
project FluentBuild.BuildFileConverter.Structure.BuildProject
리턴 System