ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
DepartmentIndexModel.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
3
namespace
ScientificReport
.DTO.Models.Department
4
{
5
public
class
DepartmentIndexModel
:
PageModel
6
{
7
public
string
TitleFilter {
get
;
set
; }
8
9
public
DAL.Entities.Department.SortByOption? SortBy {
get
;
set
; }
10
11
public
IEnumerable<
ScientificReport
.
DAL
.
Entities
.
Department
> Departments {
get
;
set
; }
12
13
public
DepartmentIndexModel
() {}
14
15
public
DepartmentIndexModel
(IEnumerable<DAL.Entities.Department> departments)
16
{
17
Departments = departments;
18
}
19
}
20
}
ScientificReport.DAL.Entities.Department
Definition:
Department.cs:8
System
ScientificReport.DAL
ScientificReport.DTO.Models.PageModel
Definition:
PageModel.cs:5
ScientificReport.DTO.Models.Department.DepartmentIndexModel.DepartmentIndexModel
DepartmentIndexModel()
Definition:
DepartmentIndexModel.cs:13
ScientificReport.DAL.Entities
Definition:
ApplicantsPatentLicenseActivities.cs:4
ScientificReport.DTO.Models.Department.DepartmentIndexModel
Definition:
DepartmentIndexModel.cs:5
ScientificReport.DTO.Models.Department.DepartmentIndexModel.DepartmentIndexModel
DepartmentIndexModel(IEnumerable< DAL.Entities.Department > departments)
Definition:
DepartmentIndexModel.cs:15
ScientificReport
ScientificReport.DTO
Models
Department
DepartmentIndexModel.cs
Generated by
1.8.11