[]
Specifies a calling contract for collections that support paging.
public interface ISupportPaging
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. |
Name | Description |
---|---|
MoveToPageAsync(int, CancellationToken) | Moves to the page |
Name | Description |
---|---|
PageChanged | Occurs after the current page changed. |