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
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

Adds the footer template.
protected AddFooterTemplate ( ) : void
Résultat void

AddHeaderTemplate() protected méthode

Adds the header template.
protected AddHeaderTemplate ( ) : void
Résultat void

AddSeparatorTemplate() protected méthode

Adds the separator template.
protected AddSeparatorTemplate ( ) : void
Résultat void

AddTemplate() protected méthode

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

HideOrEmpty() protected méthode

Adds the empty template or hides the control.
protected HideOrEmpty ( ) : void
Résultat void