Method | Description | |
---|---|---|
Create ( System.Guid id ) : System.Web.Mvc.ActionResult |
#1 GET: /Investigator/Create
|
|
Edit ( int id, System.Guid proposalId ) : System.Web.Mvc.ActionResult |
#3 GET: /Investigator/Edit/5
|
|
InvestigatorController ( IRepository |
Method | Description | |
---|---|---|
Create ( System.Guid id, Investigator investigator ) : System.Web.Mvc.ActionResult | ||
Delete ( int investigatorId, System.Guid proposalId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, System.Guid proposalId, Investigator investigator ) : System.Web.Mvc.ActionResult | ||
RedirectCheck ( |
||
TransferValues ( Investigator source, Investigator destination ) : void |
Transfer editable values from source to destination
|
public Create ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id, System.Guid proposalId ) : System.Web.Mvc.ActionResult | ||
id | int | |
proposalId | System.Guid | |
return | System.Web.Mvc.ActionResult |
public InvestigatorController ( IRepository |
||
investigatorRepository | IRepository |
|
proposalRepository | IRepository |
|
return | System |