C# Class Mhotivo.ParentSite.Controllers.NotificationController

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
AddCommentToNotification ( int notificationId, string commentText ) : System.Web.Mvc.ActionResult
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
NotificationController ( INotificationRepository notificationRepository, IAcademicYearRepository academicYearRepository, IParentRepository parentRepository, ISessionManagementRepository sessionManagementRepository, ISecurityRepository securityRepository, IStudentRepository studentRepository, IEnrollRepository enrollsRepository ) : System

Private Methods

Méthode Description
GetAllStudentsId ( IEnumerable students ) : List
Index ( ) : System.Web.Mvc.ActionResult

Method Details

AddCommentToNotification() public méthode

public AddCommentToNotification ( int notificationId, string commentText ) : System.Web.Mvc.ActionResult
notificationId int
commentText string
Résultat System.Web.Mvc.ActionResult

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

NotificationController() public méthode

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

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