Definition at line 5 of file PageModel.cs.
| bool ScientificReport.DTO.Models.PageModel.ShowPrevious => CurrentPage > 1 |
| int ScientificReport.DTO.Models.PageModel.TotalPages => (int)Math.Ceiling(decimal.Divide(Count, PageSize)) |
| int ScientificReport.DTO.Models.PageModel.Count = 1 |
|
getset |
| int ScientificReport.DTO.Models.PageModel.CurrentPage |
|
getset |
| virtual int ScientificReport.DTO.Models.PageModel.PageSize |
|
getset |
The documentation for this class was generated from the following file:
- /home/travis/build/lnupmi11/ScientificReport/ScientificReport.DTO/Models/PageModel.cs