C# 클래스 TextTemplate.Template

파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

공개 메소드들

메소드 설명
GenerateFormatedString ( ) : string

Return the well formated string with the user values

Load ( string tmpl, TextTemplate tt ) : Template

Return a new Template from the given string

비공개 메소드들

메소드 설명
IndexOfNewLine ( string str ) : int
ParseStaticText ( string staticText, List textFragments, TextTemplate tt ) : void

Parse the given static text and split it on spaces and new lines

SplitNewlines ( List textFragments, string staticText, TextTemplate tt ) : void

Parse the given static text and split it on new lines

메소드 상세

GenerateFormatedString() 공개 메소드

Return the well formated string with the user values
public GenerateFormatedString ( ) : string
리턴 string

Load() 공개 정적인 메소드

Return a new Template from the given string
public static Load ( string tmpl, TextTemplate tt ) : Template
tmpl string
tt TextTemplate
리턴 Template