|
| AccountController (IUserLoginService userLoginService, ApplicationUserManager userManager, IUserService userService, ApplicationSignInManager signInManager, ISessionContextService sessionContextService, ILoggerService logger, WebUserService webUserService) |
|
ActionResult | Login (string returnUrl) |
|
async Task< ActionResult > | Login (LoginViewModel model, string returnUrl) |
|
async Task< ActionResult > | SendCode (string returnUrl, bool rememberMe) |
|
async Task< ActionResult > | VerifyCode (string provider, string returnUrl, bool rememberMe) |
|
async Task< ActionResult > | VerifyCode (VerifyCodeViewModel model) |
|
RedirectToRouteResult | Logout () |
|
ActionResult | ForgotPassword () |
|
ActionResult | ForgotPassword (ForgotPasswordViewModel model) |
|
ActionResult | ResetPassword (string code) |
|
ActionResult | ResetPassword (ResetPasswordViewModel model) |
|
ActionResult | RedirectToLocal (string returnUrl) |
|
void | SetSelectedDealer (DealerDTO viewDealerDTO) |
|
void | SetReleaseNoteRead () |
|
ActionResult | UserRegistration (string user) |
|
ActionResult | UserRegistration (UserRegistrationViewModel model) |
|
ActionResult | Info () |
|
◆ AccountController()
◆ ForgotPassword() [1/2]
ActionResult Tronix.Web.Controllers.AccountController.ForgotPassword |
( |
| ) |
|
◆ ForgotPassword() [2/2]
◆ Info()
ActionResult Tronix.Web.Controllers.AccountController.Info |
( |
| ) |
|
◆ Login() [1/2]
async Task< ActionResult > Tronix.Web.Controllers.AccountController.Login |
( |
LoginViewModel |
model, |
|
|
string |
returnUrl |
|
) |
| |
◆ Login() [2/2]
ActionResult Tronix.Web.Controllers.AccountController.Login |
( |
string |
returnUrl | ) |
|
◆ Logout()
RedirectToRouteResult Tronix.Web.Controllers.AccountController.Logout |
( |
| ) |
|
◆ RedirectToLocal()
ActionResult Tronix.Web.Controllers.AccountController.RedirectToLocal |
( |
string |
returnUrl | ) |
|
◆ ResetPassword() [1/2]
◆ ResetPassword() [2/2]
ActionResult Tronix.Web.Controllers.AccountController.ResetPassword |
( |
string |
code | ) |
|
◆ SendCode()
async Task< ActionResult > Tronix.Web.Controllers.AccountController.SendCode |
( |
string |
returnUrl, |
|
|
bool |
rememberMe |
|
) |
| |
◆ SetReleaseNoteRead()
void Tronix.Web.Controllers.AccountController.SetReleaseNoteRead |
( |
| ) |
|
◆ SetSelectedDealer()
void Tronix.Web.Controllers.AccountController.SetSelectedDealer |
( |
DealerDTO |
viewDealerDTO | ) |
|
◆ UserRegistration() [1/2]
ActionResult Tronix.Web.Controllers.AccountController.UserRegistration |
( |
string |
user | ) |
|
◆ UserRegistration() [2/2]
◆ VerifyCode() [1/2]
async Task< ActionResult > Tronix.Web.Controllers.AccountController.VerifyCode |
( |
string |
provider, |
|
|
string |
returnUrl, |
|
|
bool |
rememberMe |
|
) |
| |
◆ VerifyCode() [2/2]
async Task< ActionResult > Tronix.Web.Controllers.AccountController.VerifyCode |
( |
VerifyCodeViewModel |
model | ) |
|
The documentation for this class was generated from the following file: