Свойство | Type | Description | |
---|---|---|---|
EnrollsRepository | IEnrollRepository | ||
SecurityRepository | ISecurityRepository | ||
StudentRepository | IStudentRepository | ||
StudentsId | List |
Méthode | Description | |
---|---|---|
AddCommentToNotification ( int notificationId, string commentText ) : System.Web.Mvc.ActionResult | ||
GetAllEnrolls ( List |
||
GetAllEnrolls ( long studentId ) : IEnumerable |
||
GetAllStudents ( long parentId ) : IEnumerable |
||
GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable |
||
GetParentId ( ) : long | ||
GetStudenById ( long studentId ) : string | ||
GetStudentName ( long academicyearId ) : List |
||
NotificationController ( INotificationRepository notificationRepository, IAcademicYearRepository academicYearRepository, IParentRepository parentRepository, ISessionManagementRepository sessionManagementRepository, ISecurityRepository securityRepository, IStudentRepository studentRepository, IEnrollRepository enrollsRepository ) : System |
Méthode | Description | |
---|---|---|
GetAllStudentsId ( IEnumerable |
||
Index ( ) : System.Web.Mvc.ActionResult |
public AddCommentToNotification ( int notificationId, string commentText ) : System.Web.Mvc.ActionResult | ||
notificationId | int | |
commentText | string | |
Résultat | System.Web.Mvc.ActionResult |
public static GetAllEnrolls ( List |
||
studentId | List |
|
Résultat | IEnumerable |
public static GetAllEnrolls ( long studentId ) : IEnumerable |
||
studentId | long | |
Résultat | IEnumerable |
public static GetAllStudents ( long parentId ) : IEnumerable |
||
parentId | long | |
Résultat | IEnumerable |
public static GetEnrollsbyAcademicYear ( long academicyear ) : IEnumerable |
||
academicyear | long | |
Résultat | IEnumerable |
public static GetStudenById ( long studentId ) : string | ||
studentId | long | |
Résultat | string |
public static GetStudentName ( long academicyearId ) : List |
||
academicyearId | long | |
Résultat | List |
public NotificationController ( INotificationRepository notificationRepository, IAcademicYearRepository academicYearRepository, IParentRepository parentRepository, ISessionManagementRepository sessionManagementRepository, ISecurityRepository securityRepository, IStudentRepository studentRepository, IEnrollRepository enrollsRepository ) : System | ||
notificationRepository | INotificationRepository | |
academicYearRepository | IAcademicYearRepository | |
parentRepository | IParentRepository | |
sessionManagementRepository | ISessionManagementRepository | |
securityRepository | ISecurityRepository | |
studentRepository | IStudentRepository | |
enrollsRepository | IEnrollRepository | |
Résultat | System |
public static IEnrollRepository EnrollsRepository | ||
Résultat | IEnrollRepository |
public static ISecurityRepository SecurityRepository | ||
Résultat | ISecurityRepository |
public static IStudentRepository StudentRepository | ||
Résultat | IStudentRepository |