C# Class EPiUtilities.WebControls.LinkItemList

Inheritance: EPiUtilities.WebControls.BaseClasses.TemplatedItemListControlBase
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
AddItemTemplate ( ITemplate template, LinkItem item, int itemNumber ) : void

Adds an item with the specified template.

OnPreRender ( EventArgs e ) : void

Override which creates and adds the content of the control.

Method Details

AddItemTemplate() protected méthode

Adds an item with the specified template.
protected AddItemTemplate ( ITemplate template, LinkItem item, int itemNumber ) : void
template ITemplate
item LinkItem
itemNumber int
Résultat void

OnPreRender() protected méthode

Override which creates and adds the content of the control.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void