C# Class EPiUtilities.WebControls.LinkItemList

Inheritance: EPiUtilities.WebControls.BaseClasses.TemplatedItemListControlBase
显示文件 Open project: JohannesOstensjo/EPiUtilities

Private Properties

Property Type Description

Protected Methods

Method 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 method

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

OnPreRender() protected method

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