C# Class ReaLocate.Web.Controllers.ErrorController

Inheritance: BaseController
Mostra file Open project: MichaelaIvanova/ReaLocate Class Usage Examples

Public Methods

Method Description
ErrorAdmin ( ) : System.Web.Mvc.ActionResult
ErrorAgency ( ) : System.Web.Mvc.ActionResult
ErrorBroker ( ) : System.Web.Mvc.ActionResult
ErrorUserAlredyIsInAgency ( ) : System.Web.Mvc.ViewResult
NotAuthorized ( ) : System.Web.Mvc.ViewResult
NotFound ( ) : System.Web.Mvc.ViewResult

Method Details

ErrorAdmin() public method

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

ErrorAgency() public method

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

ErrorBroker() public method

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

ErrorUserAlredyIsInAgency() public method

public ErrorUserAlredyIsInAgency ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

NotAuthorized() public method

public NotAuthorized ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

NotFound() public method

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