Method | Description | |
---|---|---|
DeleteConfirm ( int UserID ) : System.Web.Mvc.ActionResult | ||
DeleteSuccess ( int UserID ) : System.Web.Mvc.ActionResult | ||
Edit ( int UserID ) : System.Web.Mvc.ActionResult |
Redirects to Edit view to allow modification of User's details.
|
|
Index ( ) : System.Web.Mvc.ActionResult | ||
RegisterUser ( ) : System.Web.Mvc.ActionResult |
Returns the view with a choice between creating a short answer and multiple choice question.
|
|
RegisterUserSuccess ( ) : System.Web.Mvc.ActionResult |
Returns the view with a choice between creating a short answer and multiple choice question.
|
|
SysAdmin ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Edit ( int UserID, string expiry, string name, string email ) : System.Web.Mvc.ActionResult | ||
RegisterUser ( String name, String email, string expiry ) : System.Web.Mvc.ActionResult |
public DeleteConfirm ( int UserID ) : System.Web.Mvc.ActionResult | ||
UserID | int | |
return | System.Web.Mvc.ActionResult |
public DeleteSuccess ( int UserID ) : System.Web.Mvc.ActionResult | ||
UserID | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int UserID ) : System.Web.Mvc.ActionResult | ||
UserID | int | User to be edited |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public RegisterUser ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public RegisterUserSuccess ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public SysAdmin ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |