C# Class iMentor.Controllers.AccountController

Inheritance: Controller
Afficher le fichier Open project: SCCapstone/imentor

Private Properties

Свойство Type Description
AddErrors void
Denied System.Web.Mvc.ActionResult
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginCallbackRedirect System.Web.Mvc.ActionResult
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
GetNewUrlId string
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
SendCode Task
SendCode Task
UrlIdExists bool
VerifyCode Task
VerifyCode Task

Méthodes publiques

Méthode Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Denied ( ) : System.Web.Mvc.ActionResult
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginCallbackRedirect ( string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
GetNewUrlId ( ) : string
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
UrlIdExists ( string urlId ) : bool
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

Method Details

AccountController() public méthode

public AccountController ( ) : System
Résultat System

AccountController() public méthode

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void