Property | Type | Description | |
---|---|---|---|
EnrollsRepository | IEnrollRepository | ||
SecurityRepository | ISecurityRepository | ||
StudentRepository | IStudentRepository | ||
StudentsId | List |
Method | Description | |
---|---|---|
GetAllEnrolls ( List |
||
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 |
Method | Description | |
---|---|---|
GetAllStudentsId ( IEnumerable |
public static GetAllEnrolls ( List |
||
studentId | List |
|
return | IEnumerable |
public static GetAllEnrolls ( long studentId ) : IEnumerable |
||
studentId | long | |
return | IEnumerable |
public static GetAllStudents ( long parentId ) : IEnumerable |
||
parentId | long | |
return | IEnumerable |
public static GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable |
||
academicyear | long | |
return | IEnumerable |
public static GetStudenById ( long studentId ) : string | ||
studentId | long | |
return | string |
public static GetStudentName ( long academicyearId ) : List |
||
academicyearId | long | |
return | List |
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 | |
return | System |
public Index ( string param, string student, string date ) : System.Web.Mvc.ActionResult | ||
param | string | |
student | string | |
date | string | |
return | System.Web.Mvc.ActionResult |
public static IEnrollRepository EnrollsRepository | ||
return | IEnrollRepository |
public static ISecurityRepository SecurityRepository | ||
return | ISecurityRepository |
public static IStudentRepository StudentRepository | ||
return | IStudentRepository |