C# Класс EPiUtilities.WebControls.PageDataList

Наследование: EPiUtilities.WebControls.BaseClasses.TemplatedPageDataItemListControlBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MaxCount int
SortBy string
SortDirection FilterSortDirection

Защищенные свойства (Protected)

Свойство Тип Описание
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