Method | Description | |
---|---|---|
Create ( Mhotivo.Data.Entities.Notification itemToCreate ) : Mhotivo.Data.Entities.Notification | ||
Delete ( Mhotivo.Data.Entities.Notification itemToDelete ) : void | ||
Filter ( bool>.Expression |
||
First ( bool>.Expression |
||
GetAllNotifications ( ) : IQueryable |
||
GetAreaNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
GetById ( long id ) : Mhotivo.Data.Entities.Notification | ||
GetGeneralNotifications ( int currentAcademicYear ) : IQueryable |
||
GetGradeNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
GetPersonalNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
NotificationRepository ( MhotivoContext ctx ) : System | ||
Query ( Notification>.Expression |
||
SaveChanges ( ) : void | ||
Update ( Mhotivo.Data.Entities.Notification itemToUpdate ) : Mhotivo.Data.Entities.Notification | ||
Where ( bool>.Expression |
public Create ( Mhotivo.Data.Entities.Notification itemToCreate ) : Mhotivo.Data.Entities.Notification | ||
itemToCreate | Mhotivo.Data.Entities.Notification | |
return | Mhotivo.Data.Entities.Notification |
public Delete ( Mhotivo.Data.Entities.Notification itemToDelete ) : void | ||
itemToDelete | Mhotivo.Data.Entities.Notification | |
return | void |
public Filter ( bool>.Expression |
||
expression | bool>.Expression | |
return | IQueryable |
public First ( bool>.Expression |
||
query | bool>.Expression | |
return | Mhotivo.Data.Entities.Notification |
public GetAreaNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
currentAcademicYear | int | |
id | long | |
return | IQueryable |
public GetById ( long id ) : Mhotivo.Data.Entities.Notification | ||
id | long | |
return | Mhotivo.Data.Entities.Notification |
public GetGeneralNotifications ( int currentAcademicYear ) : IQueryable |
||
currentAcademicYear | int | |
return | IQueryable |
public GetGradeNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
currentAcademicYear | int | |
id | long | |
return | IQueryable |
public GetPersonalNotifications ( int currentAcademicYear, long id ) : IQueryable |
||
currentAcademicYear | int | |
id | long | |
return | IQueryable |
public NotificationRepository ( MhotivoContext ctx ) : System | ||
ctx | MhotivoContext | |
return | System |
public Query ( Notification>.Expression |
||
expression | Notification>.Expression | |
return | IQueryable |
public Update ( Mhotivo.Data.Entities.Notification itemToUpdate ) : Mhotivo.Data.Entities.Notification | ||
itemToUpdate | Mhotivo.Data.Entities.Notification | |
return | Mhotivo.Data.Entities.Notification |
public Where ( bool>.Expression |
||
expression | bool>.Expression | |
return | IQueryable |