C# 클래스 EPiUtilities.WebControls.LinkItemList

상속: EPiUtilities.WebControls.BaseClasses.TemplatedItemListControlBase
파일 보기 프로젝트 열기: JohannesOstensjo/EPiUtilities

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
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.

메소드 상세

AddItemTemplate() 보호된 메소드

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

OnPreRender() 보호된 메소드

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