ScientificReport
ScientificReport.Controllers.ReviewController Class Reference
Inheritance diagram for ScientificReport.Controllers.ReviewController:
Inheritance graph
Collaboration diagram for ScientificReport.Controllers.ReviewController:
Collaboration graph

Public Member Functions

 ReviewController (IReviewService reviewService, IUserProfileService userProfileService, IDepartmentService departmentService, IPublicationService publicationService)
 
IActionResult Index (ReviewIndexModel model)
 
IActionResult Details (Guid?id)
 
IActionResult Create ()
 
IActionResult Create (ReviewModel model)
 
IActionResult Edit (Guid?id)
 
IActionResult Edit (Guid id, ReviewEditModel model)
 
IActionResult Delete (Guid?id)
 
IActionResult DeleteConfirmed (Guid id)
 

Detailed Description

Definition at line 13 of file ReviewController.cs.

Constructor & Destructor Documentation

ScientificReport.Controllers.ReviewController.ReviewController ( IReviewService  reviewService,
IUserProfileService  userProfileService,
IDepartmentService  departmentService,
IPublicationService  publicationService 
)

Definition at line 20 of file ReviewController.cs.

Member Function Documentation

IActionResult ScientificReport.Controllers.ReviewController.Create ( )

Definition at line 64 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Create ( ReviewModel  model)

Definition at line 75 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Delete ( Guid?  id)

Definition at line 151 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.DeleteConfirmed ( Guid  id)

Definition at line 175 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Details ( Guid?  id)

Definition at line 42 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Edit ( Guid?  id)

Definition at line 95 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Edit ( Guid  id,
ReviewEditModel  model 
)

Definition at line 122 of file ReviewController.cs.

IActionResult ScientificReport.Controllers.ReviewController.Index ( ReviewIndexModel  model)

Definition at line 34 of file ReviewController.cs.


The documentation for this class was generated from the following file: