C# Class Priya.InfoList.Views.TemplateInfoDetailSave

Inheritance: ITemplate
Datei anzeigen Open project: Srid68/Priya.InfoList Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ProcessBoolSection ( string template ) : string
ProcessListSection ( string template ) : string
ProcessPlaceHolder ( string template ) : string

Method Details

GetFilled() public method

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

GetScript() public method

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

GetScriptFilled() public method

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

GetTemplate() public method

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

IsScriptValid() public method

public IsScriptValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
return bool

IsValid() public method

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
return bool

ProcessBoolSection() protected method

protected ProcessBoolSection ( string template ) : string
template string
return string

ProcessListSection() protected method

protected ProcessListSection ( string template ) : string
template string
return string

ProcessPlaceHolder() protected method

protected ProcessPlaceHolder ( string template ) : string
template string
return string