|
ScientificReport
|


Properties | |
| IEnumerable< DAL.Entities.Opposition > | Oppositions [get, set] |
Properties inherited from ScientificReport.DTO.Models.PageModel | |
| int | CurrentPage [get, set] |
| int | Count = 1 [get, set] |
| virtual int | PageSize [get, set] |
Additional Inherited Members | |
Public Attributes inherited from ScientificReport.DTO.Models.PageModel | |
| int | TotalPages => (int)Math.Ceiling(decimal.Divide(Count, PageSize)) |
| bool | ShowPrevious => CurrentPage > 1 |
| bool | ShowNext => CurrentPage < TotalPages |
Definition at line 5 of file OppositionIndexModel.cs.
|
getset |
Definition at line 7 of file OppositionIndexModel.cs.