C# Class GetSkills.Controllers.AccountController

Inheritance: Controller
Datei anzeigen Open project: YsqEvilmax/761_VEL Class Usage Examples

Private Properties

Property Type Description
AddErrors void
AdminLogin System.Web.Mvc.ActionResult
AdminLogin Task
ConfirmEmail Task
ExternalLogin ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure ActionResult
ForgotPassword ActionResult
ForgotPassword Task
ForgotPasswordConfirmation ActionResult
LogOff ActionResult
Login ActionResult
Login Task
RedirectToLocal ActionResult
Register ActionResult
Register Task
ResetPassword ActionResult
ResetPassword Task
ResetPasswordConfirmation ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, ApplicationRoleManager roleManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AdminLogin ( string returnUrl ) : System.Web.Mvc.ActionResult
AdminLogin ( LoginViewModel model, string returnUrl ) : Task
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : ActionResult
ForgotPassword ( ) : ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : ActionResult
LogOff ( ) : ActionResult
Login ( string returnUrl ) : ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code ) : ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : ActionResult
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, ApplicationRoleManager roleManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
roleManager ApplicationRoleManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void