C# 클래스 EPiUtilities.WebControls.PageDataList

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

공개 프로퍼티들

프로퍼티 타입 설명
MaxCount int
SortBy string
SortDirection FilterSortDirection

보호된 프로퍼티들

프로퍼티 타입 설명
TotalItemCount int

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
AddFooterPager ( int itemCount ) : void

An empty method which can be overridden by descendants which implements paging.

AddHeaderPager ( int itemCount ) : void

An empty method which can be overridden by descendants which implements paging.

ApplyPagingFilter ( PageDataCollection items ) : void

An empty method which can be overridden by descendants which implements paging.

GetItems ( ) : PageDataCollection

Gets the items to display in the control, applying sorting and filtering as required.

OnPreRender ( EventArgs e ) : void

Override which creates and adds the content of the control.

메소드 상세

AddFooterPager() 보호된 메소드

An empty method which can be overridden by descendants which implements paging.
protected AddFooterPager ( int itemCount ) : void
itemCount int
리턴 void

AddHeaderPager() 보호된 메소드

An empty method which can be overridden by descendants which implements paging.
protected AddHeaderPager ( int itemCount ) : void
itemCount int
리턴 void

ApplyPagingFilter() 보호된 메소드

An empty method which can be overridden by descendants which implements paging.
protected ApplyPagingFilter ( PageDataCollection items ) : void
items PageDataCollection
리턴 void

GetItems() 보호된 메소드

Gets the items to display in the control, applying sorting and filtering as required.
protected GetItems ( ) : PageDataCollection
리턴 PageDataCollection

OnPreRender() 보호된 메소드

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

프로퍼티 상세

MaxCount 공개적으로 프로퍼티

Limits the total number of items in the list. Is applied after sorting. A value larger than zero is considered a value, zero or less has no effect.
public int MaxCount
리턴 int

SortBy 공개적으로 프로퍼티

Sort by a property instead of setting SortOrder. Used together with SortDirection.
public string SortBy
리턴 string

SortDirection 공개적으로 프로퍼티

The sortdirection when using SortBy.
public FilterSortDirection SortDirection
리턴 FilterSortDirection

TotalItemCount 보호되어 있는 프로퍼티

Holds the total number of items before any paging.
protected int TotalItemCount
리턴 int