|
ScientificReport
|


Public Member Functions | |
| PatentLicenseActivityController (IPatentLicenseActivityService patentLicenseActivityService, IDepartmentService departmentService, IUserProfileService userProfileService) | |
| IActionResult | Index (PatentLicenseActivityIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (PatentLicenseActivityModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, PatentLicenseActivityEditModel model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
| IActionResult | AddUser (Guid?id, [FromBody] PatentLicenseActivityUpdUserRequest request) |
| IActionResult | RemoveUser (Guid?id, [FromBody] PatentLicenseActivityUpdUserRequest request) |
Definition at line 14 of file PatentLicenseActivityController.cs.
| ScientificReport.Controllers.PatentLicenseActivityController.PatentLicenseActivityController | ( | IPatentLicenseActivityService | patentLicenseActivityService, |
| IDepartmentService | departmentService, | ||
| IUserProfileService | userProfileService | ||
| ) |
Definition at line 20 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.AddUser | ( | Guid? | id, |
| [FromBody] PatentLicenseActivityUpdUserRequest | request | ||
| ) |
Definition at line 190 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Create | ( | PatentLicenseActivityModel | model | ) |
Definition at line 67 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Delete | ( | Guid? | id | ) |
Definition at line 147 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 171 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Details | ( | Guid? | id | ) |
Definition at line 40 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Edit | ( | Guid? | id | ) |
Definition at line 90 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Edit | ( | Guid | id, |
| PatentLicenseActivityEditModel | model | ||
| ) |
Definition at line 120 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.Index | ( | PatentLicenseActivityIndexModel | model | ) |
Definition at line 32 of file PatentLicenseActivityController.cs.
| IActionResult ScientificReport.Controllers.PatentLicenseActivityController.RemoveUser | ( | Guid? | id, |
| [FromBody] PatentLicenseActivityUpdUserRequest | request | ||
| ) |
Definition at line 235 of file PatentLicenseActivityController.cs.