C# Class Commencement.Controllers.ErrorController

Inheritance: ApplicationController
Mostrar archivo Open project: ucdavis/Commencement

Public Methods

Method Description
CeremonyOver ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
NotEligible ( ) : System.Web.Mvc.ActionResult

Displays message for students who cannot be found, or do not meet criteria for commencement registration

NotFound ( ) : System.Web.Mvc.ActionResult
NotOpen ( ) : System.Web.Mvc.ActionResult

Error message page for when no ceremonies are available for registration

PreviouslyWalked ( ) : System.Web.Mvc.ActionResult
SJA ( ) : System.Web.Mvc.ActionResult
UnauthorizedAccess ( ) : System.Web.Mvc.ActionResult

Method Details

CeremonyOver() public method

public CeremonyOver ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NotEligible() public method

Displays message for students who cannot be found, or do not meet criteria for commencement registration
public NotEligible ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NotFound() public method

public NotFound ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

NotOpen() public method

Error message page for when no ceremonies are available for registration
public NotOpen ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

PreviouslyWalked() public method

public PreviouslyWalked ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SJA() public method

public SJA ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UnauthorizedAccess() public method

public UnauthorizedAccess ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult