C# Class iMentor.Controllers.AccountController

Inheritance: Controller
Mostra file Open project: SCCapstone/imentor

Private Properties

Property 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

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public AccountController ( ) : System
return System

AccountController() public method

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

Dispose() protected method

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