C# Class Priya.InfoList.Views.TemplateInfoCategoryView

Inheritance: ITemplate
Afficher le fichier Open project: Srid68/Priya.InfoList Class Usage Examples

Méthodes publiques

Méthode 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
IsValid ( bool throwException, string &retMessage ) : bool

Méthodes protégées

Méthode Description
ProcessBoolSection ( string template ) : string
ProcessListSection ( string template ) : string
ProcessPlaceHolder ( string template ) : string

Method Details

GetFilled() public méthode

public GetFilled ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
templateSuffix string
validate bool
throwException bool
retMessage string
Résultat string

GetScript() public méthode

public GetScript ( bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
Résultat string

GetScriptFilled() public méthode

public GetScriptFilled ( bool includeScriptTag, bool loadMinIfAvailable, bool validate, bool throwException, string &retMessage ) : string
includeScriptTag bool
loadMinIfAvailable bool
validate bool
throwException bool
retMessage string
Résultat string

GetTemplate() public méthode

public GetTemplate ( string templateSuffix, bool validate, bool throwException, string &retMessage ) : string
templateSuffix string
validate bool
throwException bool
retMessage string
Résultat string

IsValid() public méthode

public IsValid ( bool throwException, string &retMessage ) : bool
throwException bool
retMessage string
Résultat bool

ProcessBoolSection() protected méthode

protected ProcessBoolSection ( string template ) : string
template string
Résultat string

ProcessListSection() protected méthode

protected ProcessListSection ( string template ) : string
template string
Résultat string

ProcessPlaceHolder() protected méthode

protected ProcessPlaceHolder ( string template ) : string
template string
Résultat string