C# Class Priya.InfoList.Views.TemplateDataSaveDetail

Inheritance: ITemplate
Mostrar archivo 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
IsValid ( bool throwException, string &retMessage ) : bool

Protected Methods

Method Description
ProcessBoolDataRefTypeItemSection ( DataRefTypeItem datareftypeitem, string template ) : string
ProcessBoolDataTypeItemSection ( DataTypeItem datatypeitem, string template ) : string
ProcessBoolIsActiveVisibleSection ( IsActiveVisible isactivevisible, string template ) : string
ProcessBoolIsDeleteVisibleSection ( IsDeleteVisible isdeletevisible, string template ) : string
ProcessBoolSection ( string template ) : string
ProcessListDataRefTypeItemSection ( DataRefTypeItem datareftypeitem, string template ) : string
ProcessListDataTypeItemSection ( DataTypeItem datatypeitem, string template ) : string
ProcessListIsActiveVisibleSection ( IsActiveVisible isactivevisible, string template ) : string
ProcessListIsDeleteVisibleSection ( IsDeleteVisible isdeletevisible, 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

IsValid() public method

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

ProcessBoolDataRefTypeItemSection() protected method

protected ProcessBoolDataRefTypeItemSection ( DataRefTypeItem datareftypeitem, string template ) : string
datareftypeitem DataRefTypeItem
template string
return string

ProcessBoolDataTypeItemSection() protected method

protected ProcessBoolDataTypeItemSection ( DataTypeItem datatypeitem, string template ) : string
datatypeitem DataTypeItem
template string
return string

ProcessBoolIsActiveVisibleSection() protected method

protected ProcessBoolIsActiveVisibleSection ( IsActiveVisible isactivevisible, string template ) : string
isactivevisible IsActiveVisible
template string
return string

ProcessBoolIsDeleteVisibleSection() protected method

protected ProcessBoolIsDeleteVisibleSection ( IsDeleteVisible isdeletevisible, string template ) : string
isdeletevisible IsDeleteVisible
template string
return string

ProcessBoolSection() protected method

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

ProcessListDataRefTypeItemSection() protected method

protected ProcessListDataRefTypeItemSection ( DataRefTypeItem datareftypeitem, string template ) : string
datareftypeitem DataRefTypeItem
template string
return string

ProcessListDataTypeItemSection() protected method

protected ProcessListDataTypeItemSection ( DataTypeItem datatypeitem, string template ) : string
datatypeitem DataTypeItem
template string
return string

ProcessListIsActiveVisibleSection() protected method

protected ProcessListIsActiveVisibleSection ( IsActiveVisible isactivevisible, string template ) : string
isactivevisible IsActiveVisible
template string
return string

ProcessListIsDeleteVisibleSection() protected method

protected ProcessListIsDeleteVisibleSection ( IsDeleteVisible isdeletevisible, string template ) : string
isdeletevisible IsDeleteVisible
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