Class PagedInfo
Represents paged information.
Inherited Members
Namespace: SimpleResults
Assembly: SimpleResults.dll
Syntax
public class PagedInfo
Constructors
| Name | Description |
|---|---|
| PagedInfo(Int32, Int32, Int32) | Initializes a new instance of the PagedInfo class with the page number, size and total records. |
Properties
| Name | Description |
|---|---|
| HasNext | Checks if it has next page. |
| HasPrevious | Checks if it has previous page. |
| PageNumber | Gets the current page number. |
| PageSize | Gets the size per page. |
| TotalPages | Gets the total number of pages. |
| TotalRecords | Gets the total records of a resource. |