|
ScientificReport
|


Public Member Functions | |
| IEnumerable< Grant > | GetAll () |
| IEnumerable< Grant > | GetAllWhere (Func< Grant, bool > predicate) |
| IEnumerable< Grant > | GetItemsByRole (ClaimsPrincipal userClaims) |
| IEnumerable< Grant > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| int | GetCountByRole (ClaimsPrincipal userClaims) |
| Grant | GetById (Guid id) |
| Grant | Get (Func< Grant, bool > predicate) |
| void | CreateItem (GrantModel model) |
| void | UpdateItem (GrantEditModel model) |
| void | DeleteById (Guid id) |
| bool | Exists (Guid id) |
| void | AddUser (Grant grant, UserProfile userProfile) |
| void | RemoveUser (Grant grant, UserProfile userProfile) |
| IEnumerable< UserProfile > | GetUsers (Guid id) |
Definition at line 10 of file IGrantService.cs.
| void ScientificReport.BLL.Interfaces.IGrantService.AddUser | ( | Grant | grant, |
| UserProfile | userProfile | ||
| ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| void ScientificReport.BLL.Interfaces.IGrantService.CreateItem | ( | GrantModel | model | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| void ScientificReport.BLL.Interfaces.IGrantService.DeleteById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| bool ScientificReport.BLL.Interfaces.IGrantService.Exists | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
Implemented in ScientificReport.BLL.Services.GrantService.
| IEnumerable<Grant> ScientificReport.BLL.Interfaces.IGrantService.GetAll | ( | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| IEnumerable<Grant> ScientificReport.BLL.Interfaces.IGrantService.GetAllWhere | ( | Func< Grant, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| Grant ScientificReport.BLL.Interfaces.IGrantService.GetById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| int ScientificReport.BLL.Interfaces.IGrantService.GetCountByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| IEnumerable<Grant> ScientificReport.BLL.Interfaces.IGrantService.GetItemsByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| IEnumerable<Grant> ScientificReport.BLL.Interfaces.IGrantService.GetPageByRole | ( | int | page, |
| int | count, | ||
| ClaimsPrincipal | userClaims | ||
| ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| IEnumerable<UserProfile> ScientificReport.BLL.Interfaces.IGrantService.GetUsers | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| void ScientificReport.BLL.Interfaces.IGrantService.RemoveUser | ( | Grant | grant, |
| UserProfile | userProfile | ||
| ) |
Implemented in ScientificReport.BLL.Services.GrantService.
| void ScientificReport.BLL.Interfaces.IGrantService.UpdateItem | ( | GrantEditModel | model | ) |
Implemented in ScientificReport.BLL.Services.GrantService.