C# Class EPiUtilities.WebControls.BaseClasses.TemplatedItemListControlBase

Defines header, footer, separator and empty template which is common to many templated controls. Does not define item templates as they vary in type and number.
Inheritance: WebControlBase
Datei anzeigen Open project: JohannesOstensjo/EPiUtilities

Private Properties

Property Type Description

Protected Methods

Method Description
AddFooterTemplate ( ) : void

Adds the footer template.

AddHeaderTemplate ( ) : void

Adds the header template.

AddSeparatorTemplate ( ) : void

Adds the separator template.

AddTemplate ( BaseTemplateContainer container, ITemplate template ) : void

Adds a template to the control collection.

HideOrEmpty ( ) : void

Adds the empty template or hides the control.

Method Details

AddFooterTemplate() protected method

Adds the footer template.
protected AddFooterTemplate ( ) : void
return void

AddHeaderTemplate() protected method

Adds the header template.
protected AddHeaderTemplate ( ) : void
return void

AddSeparatorTemplate() protected method

Adds the separator template.
protected AddSeparatorTemplate ( ) : void
return void

AddTemplate() protected method

Adds a template to the control collection.
protected AddTemplate ( BaseTemplateContainer container, ITemplate template ) : void
container BaseTemplateContainer
template ITemplate
return void

HideOrEmpty() protected method

Adds the empty template or hides the control.
protected HideOrEmpty ( ) : void
return void