C# Class Mhotivo.ParentSite.Controllers.HomeworkController

Inheritance: Controller
Afficher le fichier Open project: armejiaf/Mhotivo

Méthodes publiques

Свойство Type Description
EnrollsRepository IEnrollRepository
SecurityRepository ISecurityRepository
StudentRepository IStudentRepository
StudentsId List

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetAllStudentsId ( IEnumerable students ) : List

Method Details

GetAllEnrolls() public static méthode

public static GetAllEnrolls ( List studentId ) : IEnumerable
studentId List
Résultat IEnumerable

GetAllEnrolls() public static méthode

public static GetAllEnrolls ( long studentId ) : IEnumerable
studentId long
Résultat IEnumerable

GetAllStudents() public static méthode

public static GetAllStudents ( long parentId ) : IEnumerable
parentId long
Résultat IEnumerable

GetEnrollsbyAcademicYear() public static méthode

public static GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable
academicyear long
Résultat IEnumerable

GetParentId() public static méthode

public static GetParentId ( ) : long
Résultat long

GetStudenById() public static méthode

public static GetStudenById ( long studentId ) : string
studentId long
Résultat string

GetStudentName() public static méthode

public static GetStudentName ( long academicyearId ) : List
academicyearId long
Résultat List

HomeworkController() public méthode

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
Résultat System

Index() public méthode

public Index ( string param, string student, string date ) : System.Web.Mvc.ActionResult
param string
student string
date string
Résultat System.Web.Mvc.ActionResult

Property Details

EnrollsRepository public_oe static_oe property

public static IEnrollRepository EnrollsRepository
Résultat IEnrollRepository

SecurityRepository public_oe static_oe property

public static ISecurityRepository SecurityRepository
Résultat ISecurityRepository

StudentRepository public_oe static_oe property

public static IStudentRepository StudentRepository
Résultat IStudentRepository

StudentsId public_oe static_oe property

public static List StudentsId
Résultat List