|
ScientificReport
|


Public Member Functions | |
| ConferenceController (IConferenceService conferenceService, IDepartmentService departmentService, IUserProfileService userProfileService) | |
| IActionResult | Index (ConferenceIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create ([Bind("Id,Topic,Date")] Conference conference) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, ConferenceEdit conferenceEdit) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
Definition at line 15 of file ConferenceController.cs.
| ScientificReport.Controllers.ConferenceController.ConferenceController | ( | IConferenceService | conferenceService, |
| IDepartmentService | departmentService, | ||
| IUserProfileService | userProfileService | ||
| ) |
Definition at line 21 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.ConferenceController.Create | ( | [Bind("Id,Topic,Date")] Conference | conference | ) |
Definition at line 74 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Delete | ( | Guid? | id | ) |
Definition at line 149 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 173 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Details | ( | Guid? | id | ) |
Definition at line 41 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Edit | ( | Guid? | id | ) |
Definition at line 86 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Edit | ( | Guid | id, |
| ConferenceEdit | conferenceEdit | ||
| ) |
Definition at line 115 of file ConferenceController.cs.
| IActionResult ScientificReport.Controllers.ConferenceController.Index | ( | ConferenceIndexModel | model | ) |
Definition at line 33 of file ConferenceController.cs.