Method | Description | |
---|---|---|
AddEditor ( int id ) : System.Web.Mvc.ActionResult | ||
CanceledRegistrations ( int id ) : System.Web.Mvc.ActionResult | ||
CeremonyController ( string>.IRepositoryWithTypedId |
||
Create ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
EditPermissions ( int id ) : System.Web.Mvc.ActionResult | ||
GetMajors ( string colleges ) : JsonNetResult |
Ajax method for returning majors by college
|
|
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AddEditor ( int id, int userId ) : System.Web.Mvc.ActionResult | ||
CopyCeremony ( Ceremony destCeremony, Ceremony srcCeremony, IList |
||
Create ( |
||
CreateDeadline ( System.DateTime src ) : System.DateTime | ||
Edit ( |
||
MergeCeremonyMajors ( IList |
||
MergeTicketDistributionMethods ( IList |
||
RemoveEditor ( int id, int ceremonyEditorId ) : System.Web.Mvc.ActionResult |
public AddEditor ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public CanceledRegistrations ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public CeremonyController ( string>.IRepositoryWithTypedId |
||
termRepository | string>.IRepositoryWithTypedId | |
vTermRepository | string>.IRepositoryWithTypedId | |
collegeRepository | string>.IRepositoryWithTypedId | |
majorService | IMajorService | |
ceremonyService | ICeremonyService | |
userService | IUserService | |
return | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public EditPermissions ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetMajors ( string colleges ) : JsonNetResult | ||
colleges | string | |
return | JsonNetResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |