C# Class EPiUtilities.WebControls.PageDataList

Inheritance: EPiUtilities.WebControls.BaseClasses.TemplatedPageDataItemListControlBase
Afficher le fichier Open project: JohannesOstensjo/EPiUtilities

Méthodes publiques

Свойство Type Description
MaxCount int
SortBy string
SortDirection FilterSortDirection

Protected Properties

Свойство Type Description
TotalItemCount int

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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.

Method Details

AddFooterPager() protected méthode

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

AddHeaderPager() protected méthode

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

ApplyPagingFilter() protected méthode

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

GetItems() protected méthode

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

OnPreRender() protected méthode

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

Property Details

MaxCount public_oe property

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
Résultat int

SortBy public_oe property

Sort by a property instead of setting SortOrder. Used together with SortDirection.
public string SortBy
Résultat string

SortDirection public_oe property

The sortdirection when using SortBy.
public FilterSortDirection SortDirection
Résultat FilterSortDirection

TotalItemCount protected_oe property

Holds the total number of items before any paging.
protected int TotalItemCount
Résultat int