Method | Description | |
---|---|---|
AccountController ( IAccountService accountService, ILogger logger, IWebAuthenticationService webAuthenticationService, Common.UsefulStuff.IMappingEngine mappingEngine, IAccountCreator accountCreator, IAccountCreator creator ) : System | ||
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
CreateAccount ( ) : System.Web.Mvc.ActionResult | ||
Login ( ) : System.Web.Mvc.ActionResult | ||
Logout ( ) : System.Web.Mvc.ActionResult | ||
ProcessChangePasswordInput ( string currentPassword, string newPassword ) : System.Web.Mvc.ActionResult | ||
ProcessCreateAccountInput ( |
||
ProcessDeleteAccountInput ( int id ) : System.Web.Mvc.ActionResult | ||
ProcessLoginInput ( string username, string password, int rememberMe ) : System.Web.Mvc.ActionResult | ||
ProcessQuickSearchInput ( string searchString ) : System.Web.Mvc.ActionResult | ||
UpdateAccount ( int id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AccountManagement ( ) : System.Web.Mvc.ActionResult | ||
CreateAccountManagementViewModel ( ) : |
||
ProcessUpdateAccountInput ( |
public AccountController ( IAccountService accountService, ILogger logger, IWebAuthenticationService webAuthenticationService, Common.UsefulStuff.IMappingEngine mappingEngine, IAccountCreator accountCreator, IAccountCreator creator ) : System | ||
accountService | IAccountService | |
logger | ILogger | |
webAuthenticationService | IWebAuthenticationService | |
mappingEngine | Common.UsefulStuff.IMappingEngine | |
accountCreator | IAccountCreator | |
creator | IAccountCreator | |
return | System |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public CreateAccount ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Login ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Logout ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ProcessChangePasswordInput ( string currentPassword, string newPassword ) : System.Web.Mvc.ActionResult | ||
currentPassword | string | |
newPassword | string | |
return | System.Web.Mvc.ActionResult |
public ProcessCreateAccountInput ( |
||
createAccountInputModel | ||
return | System.Web.Mvc.ActionResult |
public ProcessDeleteAccountInput ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ProcessLoginInput ( string username, string password, int rememberMe ) : System.Web.Mvc.ActionResult | ||
username | string | |
password | string | |
rememberMe | int | |
return | System.Web.Mvc.ActionResult |
public ProcessQuickSearchInput ( string searchString ) : System.Web.Mvc.ActionResult | ||
searchString | string | |
return | System.Web.Mvc.ActionResult |
public UpdateAccount ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |