|
ScientificReport
|


Public Member Functions | |
| TeacherReportService (ScientificReportDbContext context) | |
| virtual IEnumerable< TeacherReport > | GetAll () |
| virtual IEnumerable< TeacherReport > | GetAllWhere (Func< TeacherReport, bool > predicate) |
| virtual TeacherReport | GetById (Guid id) |
| virtual TeacherReport | Get (Func< TeacherReport, bool > predicate) |
| virtual void | CreateItem (TeacherReport item) |
| virtual void | UpdateItem (TeacherReport item) |
| virtual void | DeleteById (Guid id) |
| virtual bool | Any (Func< TeacherReport, bool > predicate) |
| virtual bool | Exists (Guid id) |
| void | AddPublication (Guid id, Guid entityId) |
| void | RemovePublication (Guid id, Guid entityId) |
| void | AddArticle (Guid id, Guid entityId) |
| void | RemoveArticle (Guid id, Guid entityId) |
| void | AddScientificWork (Guid id, Guid entityId) |
| void | RemoveScientificWork (Guid id, Guid entityId) |
| void | AddReportThesis (Guid id, Guid entityId) |
| void | RemoveReportThesis (Guid id, Guid entityId) |
| void | AddGrant (Guid id, Guid entityId) |
| void | RemoveGrant (Guid id, Guid entityId) |
| void | AddScientificInternship (Guid id, Guid entityId) |
| void | RemoveScientificInternship (Guid id, Guid entityId) |
| void | AddPostgraduateGuidance (Guid id, Guid entityId) |
| void | RemovePostgraduateGuidance (Guid id, Guid entityId) |
| void | AddScientificConsultation (Guid id, Guid entityId) |
| void | RemoveScientificConsultation (Guid id, Guid entityId) |
| void | AddPostgraduateDissertationGuidance (Guid id, Guid entityId) |
| void | RemovePostgraduateDissertationGuidance (Guid id, Guid entityId) |
| void | AddReview (Guid id, Guid entityId) |
| void | RemoveReview (Guid id, Guid entityId) |
| void | AddOpposition (Guid id, Guid entityId) |
| void | RemoveOpposition (Guid id, Guid entityId) |
| void | AddPatent (Guid id, Guid entityId) |
| void | RemovePatent (Guid id, Guid entityId) |
| void | AddMembership (Guid id, Guid entityId) |
| void | RemoveMembership (Guid id, Guid entityId) |
Definition at line 12 of file TeacherReportService.cs.
| ScientificReport.BLL.Services.TeacherReportService.TeacherReportService | ( | ScientificReportDbContext | context | ) |
Definition at line 30 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddArticle | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 120 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddGrant | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 201 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddMembership | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 421 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddOpposition | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 367 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddPatent | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 394 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddPostgraduateDissertationGuidance | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 309 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddPostgraduateGuidance | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 255 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddPublication | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 93 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddReportThesis | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 174 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddReview | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 340 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddScientificConsultation | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 282 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddScientificInternship | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 228 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.AddScientificWork | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 147 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 83 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 68 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 78 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 88 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 63 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 48 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 53 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 58 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveArticle | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 135 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveGrant | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 216 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveMembership | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 436 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveOpposition | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 382 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemovePatent | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 409 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemovePostgraduateDissertationGuidance | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 326 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemovePostgraduateGuidance | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 270 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemovePublication | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 108 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveReportThesis | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 189 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveReview | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 355 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveScientificConsultation | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 297 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveScientificInternship | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 243 of file TeacherReportService.cs.
| void ScientificReport.BLL.Services.TeacherReportService.RemoveScientificWork | ( | Guid | id, |
| Guid | entityId | ||
| ) |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 162 of file TeacherReportService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.ITeacherReportService.
Definition at line 73 of file TeacherReportService.cs.