C# Класс Priya.InfoList.Views.TemplateInfoDetailSave

Наследование: ITemplate
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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