C# Class EventServer.UI.Controllers.AccountController

Inheritance: AppController
Mostrar archivo Open project: roundtable/EventServer Class Usage Examples

Public Methods

Method Description
AccountController ( IRepository repository, ICurrentUserService currentUser, IFormsAuthenticationService formsAuthenticationService, IMembershipService membershipService ) : System
LogOff ( ) : System.Web.Mvc.ActionResult
LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
ChangeEmail ( AccountChangeEmailModel model ) : System.Web.Mvc.ActionResult
ChangeEmail ( int id ) : System.Web.Mvc.ActionResult
ChangeName ( AccountChangeNameModel model ) : System.Web.Mvc.ActionResult
ChangeName ( int id ) : System.Web.Mvc.ActionResult
ChangePassword ( AccountChangePasswordModel model ) : System.Web.Mvc.ActionResult
ChangePassword ( int id ) : System.Web.Mvc.ActionResult
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
LogOn ( AccountLogOnModel model ) : System.Web.Mvc.ActionResult
Register ( AccountRegisterModel model ) : System.Web.Mvc.ActionResult
Show ( AccountShowModel model ) : System.Web.Mvc.ActionResult
Show ( int id, string name ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public method

public AccountController ( IRepository repository, ICurrentUserService currentUser, IFormsAuthenticationService formsAuthenticationService, IMembershipService membershipService ) : System
repository IRepository
currentUser ICurrentUserService
formsAuthenticationService IFormsAuthenticationService
membershipService IMembershipService
return System

LogOff() public method

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

LogOn() public method

public LogOn ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
return System.Web.Mvc.ActionResult

Register() public method

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