Class PagedResultMeta
Defines the metadata for a paged set of data.
public class PagedResultMeta
- Inheritance
-
PagedResultMeta
- Inherited Members
- Extension Methods
Properties
PageCount
Gets the page count.
public int PageCount { get; }
Property Value
PageIndex
Gets or sets the index of the page.
public int PageIndex { get; set; }
Property Value
PageSize
Gets or sets the size of the page.
public int PageSize { get; set; }
Property Value
TotalCount
Gets or sets the total count.
public int TotalCount { get; set; }