C# 클래스 Priya.InfoList.Views.TemplateInfoDetailSave

상속: ITemplate
파일 보기 프로젝트 열기: Srid68/Priya.InfoList 1 사용 예제들

공개 메소드들

메소드 설명
GetFilled ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
GetScriptFilled ( bool includeScriptTag, bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
GetTemplate ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
IsScriptValid ( bool throwException, string &retMessage ) : bool
IsValid ( bool throwException, string &retMessage ) : bool

보호된 메소드들

메소드 설명
ProcessBoolSection ( string template ) : string
ProcessListSection ( string template ) : string
ProcessPlaceHolder ( string template ) : string

메소드 상세

GetFilled() 공개 메소드

public GetFilled ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
templateSuffix string
validate bool
throwException bool
retMessage string
리턴 string

GetScript() 공개 메소드

public GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
리턴 string

GetScriptFilled() 공개 메소드

public GetScriptFilled ( bool includeScriptTag, bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
includeScriptTag bool
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
리턴 string

GetTemplate() 공개 메소드

public GetTemplate ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
templateSuffix string
validate bool
throwException bool
retMessage string
리턴 string

IsScriptValid() 공개 메소드

public IsScriptValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
리턴 bool

IsValid() 공개 메소드

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
리턴 bool

ProcessBoolSection() 보호된 메소드

protected ProcessBoolSection ( string template ) : string
template string
리턴 string

ProcessListSection() 보호된 메소드

protected ProcessListSection ( string template ) : string
template string
리턴 string

ProcessPlaceHolder() 보호된 메소드

protected ProcessPlaceHolder ( string template ) : string
template string
리턴 string