Method | Description | |
---|---|---|
AddEditor ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#2 Get: /Editor/AddEditor/?templateId=5
|
|
CreateReviewer ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#4 GET: /Editor/CreateReviewer
|
|
EditReviewer ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#6 GET: /Editor/Edit/5
|
|
EditorController ( IRepository |
||
Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult |
#1 GET: /Editor/
|
|
SendCall ( int id ) : System.Web.Mvc.ActionResult |
#9 GET: /Editor/SendCall/5
|
Method | Description | |
---|---|---|
AddEditor ( int templateId, int callForProposalId, int userId ) : System.Web.Mvc.ActionResult | ||
CreateReviewer ( int templateId, int callForProposalId, Editor editor ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
EditReviewer ( int id, int templateId, int callForProposalId, Editor editor ) : System.Web.Mvc.ActionResult | ||
SendCall ( int id, bool immediate ) : System.Web.Mvc.ActionResult | ||
TransferValues ( Editor source, Editor destination, bool skipEmail = false ) : void |
Transfer editable values from source to destination When editing, changing the email could result in screwed up membership info.
|
public AddEditor ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public CreateReviewer ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public EditReviewer ( int id, int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
id | int | |
templateId | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public EditorController ( IRepository |
||
editorRepository | IRepository |
|
accessService | IAccessService | |
emailService | IEmailService | |
membershipService | IMembershipService | |
return | System |
public Index ( int templateId, int callForProposalId ) : System.Web.Mvc.ActionResult | ||
templateId | int | |
callForProposalId | int | |
return | System.Web.Mvc.ActionResult |
public SendCall ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |