Constructor PagedInfo
| Improve this Doc View SourcePagedInfo(Int32, Int32, Int32)
Initializes a new instance of the PagedInfo class with the page number, size and total records.
Declaration
public PagedInfo(int pageNumber, int pageSize, int totalRecords)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | pageNumber | The current page number. |
| Int32 | pageSize | The size per page. |
| Int32 | totalRecords | The total records of a resource. |
Exceptions
| Type | Condition |
|---|---|
| DivideByZeroException |
|