C# Класс Mhotivo.ParentSite.Controllers.HomeworkController

Наследование: Controller
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EnrollsRepository IEnrollRepository
SecurityRepository ISecurityRepository
StudentRepository IStudentRepository
StudentsId List

Открытые методы

Метод Описание
GetAllEnrolls ( List studentId ) : IEnumerable
GetAllEnrolls ( long studentId ) : IEnumerable
GetAllStudents ( long parentId ) : IEnumerable
GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable
GetParentId ( ) : long
GetStudenById ( long studentId ) : string
GetStudentName ( long academicyearId ) : List
HomeworkController ( IHomeworkRepository homeworkRepository, IAcademicYearDetailsRepository academicYearDetailRepository, IAcademicYearRepository academicYearRepository, IGradeRepository gradeRepository, ICourseRepository courseRepository, IStudentRepository studentRepository, IEnrollRepository enrollsRepository, ISessionManagementRepository sessionManagementRepository, ISecurityRepository securityRepository, IParentRepository parentRepository ) : System
Index ( string param, string student, string date ) : System.Web.Mvc.ActionResult

Приватные методы

Метод Описание
GetAllStudentsId ( IEnumerable students ) : List

Описание методов

GetAllEnrolls() публичный статический Метод

public static GetAllEnrolls ( List studentId ) : IEnumerable
studentId List
Результат IEnumerable

GetAllEnrolls() публичный статический Метод

public static GetAllEnrolls ( long studentId ) : IEnumerable
studentId long
Результат IEnumerable

GetAllStudents() публичный статический Метод

public static GetAllStudents ( long parentId ) : IEnumerable
parentId long
Результат IEnumerable

GetEnrollsbyAcademicYear() публичный статический Метод

public static GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable
academicyear long
Результат IEnumerable

GetParentId() публичный статический Метод

public static GetParentId ( ) : long
Результат long

GetStudenById() публичный статический Метод

public static GetStudenById ( long studentId ) : string
studentId long
Результат string

GetStudentName() публичный статический Метод

public static GetStudentName ( long academicyearId ) : List
academicyearId long
Результат List

HomeworkController() публичный Метод

public HomeworkController ( IHomeworkRepository homeworkRepository, IAcademicYearDetailsRepository academicYearDetailRepository, IAcademicYearRepository academicYearRepository, IGradeRepository gradeRepository, ICourseRepository courseRepository, IStudentRepository studentRepository, IEnrollRepository enrollsRepository, ISessionManagementRepository sessionManagementRepository, ISecurityRepository securityRepository, IParentRepository parentRepository ) : System
homeworkRepository IHomeworkRepository
academicYearDetailRepository IAcademicYearDetailsRepository
academicYearRepository IAcademicYearRepository
gradeRepository IGradeRepository
courseRepository ICourseRepository
studentRepository IStudentRepository
enrollsRepository IEnrollRepository
sessionManagementRepository ISessionManagementRepository
securityRepository ISecurityRepository
parentRepository IParentRepository
Результат System

Index() публичный Метод

public Index ( string param, string student, string date ) : System.Web.Mvc.ActionResult
param string
student string
date string
Результат System.Web.Mvc.ActionResult

Описание свойств

EnrollsRepository публичное статическое свойство

public static IEnrollRepository EnrollsRepository
Результат IEnrollRepository

SecurityRepository публичное статическое свойство

public static ISecurityRepository SecurityRepository
Результат ISecurityRepository

StudentRepository публичное статическое свойство

public static IStudentRepository StudentRepository
Результат IStudentRepository

StudentsId публичное статическое свойство

public static List StudentsId
Результат List