ScientificReport
ScientificReport.DTO.Models.PostgraduateGuidance.PostgraduateGuidanceIndexModel Class Reference
Inheritance diagram for ScientificReport.DTO.Models.PostgraduateGuidance.PostgraduateGuidanceIndexModel:
Inheritance graph
Collaboration diagram for ScientificReport.DTO.Models.PostgraduateGuidance.PostgraduateGuidanceIndexModel:
Collaboration graph

Properties

IEnumerable< DAL.Entities.PostgraduateGuidancePostgraduateGuidances [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
 

Detailed Description

Definition at line 5 of file PostgraduateGuidanceIndexModel.cs.

Property Documentation

IEnumerable<DAL.Entities.PostgraduateGuidance> ScientificReport.DTO.Models.PostgraduateGuidance.PostgraduateGuidanceIndexModel.PostgraduateGuidances
getset

Definition at line 7 of file PostgraduateGuidanceIndexModel.cs.


The documentation for this class was generated from the following file: