C# Class EPiUtilities.WebControls.BaseClasses.TemplatedPageDataItemListControlBase

Base class for templated item lists where item is PageData.
Inheritance: TemplatedItemListControlBase
Datei anzeigen Open project: JohannesOstensjo/EPiUtilities

Protected Properties

Property Type Description
AddSeparator bool
Added bool

Private Properties

Property Type Description

Protected Methods

Method Description
AddItemTemplate ( ITemplate template, PageData item, int itemNumber ) : void

Adds an item with the specified template. Assumes selected is false.

AddItemTemplate ( ITemplate template, PageData item, int itemNumber, bool selected ) : void

Adds an item with the specified template.

Method Details

AddItemTemplate() protected method

Adds an item with the specified template. Assumes selected is false.
protected AddItemTemplate ( ITemplate template, PageData item, int itemNumber ) : void
template ITemplate
item PageData
itemNumber int
return void

AddItemTemplate() protected method

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

Property Details

AddSeparator protected_oe property

Indicates whether a separator should be added before adding a new item.
protected bool AddSeparator
return bool

Added protected_oe property

Indicates whether an item was added during an iteration.
protected bool Added
return bool