C# 클래스 BimlGen.BimlGenerator

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

공개 메소드들

메소드 설명
BuildBiml ( BimlRequest request ) : Biml
GetBiml ( BimlRequest request ) : string
IsValidBiml ( string xml ) : bool

메소드 상세

BuildBiml() 공개 정적인 메소드

public static BuildBiml ( BimlRequest request ) : Biml
request BimlRequest
리턴 Biml

GetBiml() 공개 정적인 메소드

public static GetBiml ( BimlRequest request ) : string
request BimlRequest
리턴 string

IsValidBiml() 공개 정적인 메소드

public static IsValidBiml ( string xml ) : bool
xml string
리턴 bool