Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
ProcessBoolSection ( string template ) : string | ||
ProcessListSection ( string template ) : string | ||
ProcessPlaceHolder ( string template ) : string |
public GetFilled ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string | ||
templateSuffix | string | |
validate | bool | |
throwException | bool | |
retMessage | string | |
return | string |
public GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string | ||
loadMinIfAvailable | bool | |
validate | bool | |
throwException | bool | |
retMessage | string | |
return | string |
public GetScriptFilled ( bool includeScriptTag, bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string | ||
includeScriptTag | bool | |
loadMinIfAvailable | bool | |
validate | bool | |
throwException | bool | |
retMessage | string | |
return | string |
public GetTemplate ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string | ||
templateSuffix | string | |
validate | bool | |
throwException | bool | |
retMessage | string | |
return | string |
public IsScriptValid ( bool throwException, string &retMessage ) : bool | ||
throwException | bool | |
retMessage | string | |
return | bool |
public IsValid ( bool throwException, string &retMessage ) : bool | ||
throwException | bool | |
retMessage | string | |
return | bool |
protected ProcessBoolSection ( string template ) : string | ||
template | string | |
return | string |
protected ProcessListSection ( string template ) : string | ||
template | string | |
return | string |
protected ProcessPlaceHolder ( string template ) : string | ||
template | string | |
return | string |