C# Class ScrumTime.Mvc.Controllers.AccountController

Inheritance: Controller
Mostrar archivo Open project: erniep888/ScrumTime

Public Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
ContextDependentView ( ) : System.Web.Mvc.ActionResult
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetErrorsFromModelState ( ) : IEnumerable
JsonLogin ( LoginModel model, string returnUrl ) : System.Web.Mvc.JsonResult
JsonRegister ( RegisterModel model ) : System.Web.Mvc.ActionResult
Login ( ) : System.Web.Mvc.ActionResult
Login ( LoginModel model, string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterModel model ) : System.Web.Mvc.ActionResult

Method Details

ChangePassword() public method

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

ChangePasswordSuccess() public method

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

LogOff() public method

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