[]
        
(Showing Draft Content)

C1.DataCollection.ISupportPaging

ISupportPaging Interface

Specifies a calling contract for collections that support paging.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public interface ISupportPaging

Properties

Name Description
CurrentPage

Gets the current page number.

PageSize

Gets or sets the maximum number of items per page.

TotalCount

Gets the total number of items in the collection.

Methods

Name Description
MoveToPageAsync(int, CancellationToken)

Moves to the page pageIndex.

Events

Name Description
PageChanged

Occurs after the current page changed.