|
ScientificReport
|


Public Member Functions | |
| IEnumerable< Conference > | GetAll () |
| IEnumerable< Conference > | GetAllWhere (Func< Conference, bool > predicate) |
| IEnumerable< Conference > | GetItemsByRole (ClaimsPrincipal userClaims) |
| IEnumerable< Conference > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| int | GetCountByRole (ClaimsPrincipal userClaims) |
| Conference | GetById (Guid id) |
| Conference | Get (Func< Conference, bool > predicate) |
| void | CreateItem (Conference conference) |
| void | UpdateItem (Conference conference) |
| void | DeleteById (Guid id) |
| bool | Exists (Guid id) |
| IEnumerable< ReportThesis > | GetReportTheses (Guid id) |
| IEnumerable< UserProfile > | GetParticipators (Guid id) |
Definition at line 9 of file IConferenceService.cs.
| void ScientificReport.BLL.Interfaces.IConferenceService.CreateItem | ( | Conference | conference | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| void ScientificReport.BLL.Interfaces.IConferenceService.DeleteById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| bool ScientificReport.BLL.Interfaces.IConferenceService.Exists | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| Conference ScientificReport.BLL.Interfaces.IConferenceService.Get | ( | Func< Conference, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<Conference> ScientificReport.BLL.Interfaces.IConferenceService.GetAll | ( | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<Conference> ScientificReport.BLL.Interfaces.IConferenceService.GetAllWhere | ( | Func< Conference, bool > | predicate | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| Conference ScientificReport.BLL.Interfaces.IConferenceService.GetById | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| int ScientificReport.BLL.Interfaces.IConferenceService.GetCountByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<Conference> ScientificReport.BLL.Interfaces.IConferenceService.GetItemsByRole | ( | ClaimsPrincipal | userClaims | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<Conference> ScientificReport.BLL.Interfaces.IConferenceService.GetPageByRole | ( | int | page, |
| int | count, | ||
| ClaimsPrincipal | userClaims | ||
| ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<UserProfile> ScientificReport.BLL.Interfaces.IConferenceService.GetParticipators | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| IEnumerable<ReportThesis> ScientificReport.BLL.Interfaces.IConferenceService.GetReportTheses | ( | Guid | id | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.
| void ScientificReport.BLL.Interfaces.IConferenceService.UpdateItem | ( | Conference | conference | ) |
Implemented in ScientificReport.BLL.Services.ConferenceService.