Method | Description | |
---|---|---|
AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
EmailQueueController ( IRepository |
||
EmailStudents ( ) : System.Web.Mvc.ActionResult | ||
Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult | ||
ReSendEmail ( int id ) : JsonNetResult |
Method | Description | |
---|---|---|
Cancel ( int id ) : System.Web.Mvc.JsonResult | ||
EmailStudents ( |
public AttachmentDetails ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EmailQueueController ( IRepository |
||
emailQueueRepository | IRepository |
|
studentRepository | Guid>.IRepositoryWithTypedId | |
ceremonyService | ICeremonyService | |
letterGenerator | ILetterGenerator | |
return | System |
public EmailStudents ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( bool showAll = false, bool showAllCurrentTerm = false, bool showAllWithoutRegistration = false ) : System.Web.Mvc.ActionResult | ||
showAll | bool | |
showAllCurrentTerm | bool | |
showAllWithoutRegistration | bool | |
return | System.Web.Mvc.ActionResult |
public ReSendEmail ( int id ) : JsonNetResult | ||
id | int | |
return | JsonNetResult |