C# Class BookStore_NETMVC.Controllers.AccountController

Inheritance: Controller
Show file Open project: netAssignment/net.HungNP.Assignment4

Private Properties

Property Type Description
AddErrors void
Disassociate Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
HasPassword bool
LinkLogin System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Manage Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
RemoveAccountList System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( UserManager userManager ) : System
LinkLoginCallback ( ) : Task
Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Disassociate ( string loginProvider, string providerKey ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
HasPassword ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Manage ( ManageUserViewModel model ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
RemoveAccountList ( ) : System.Web.Mvc.ActionResult
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( UserManager userManager ) : System
userManager UserManager
return System

Dispose() protected method

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

LinkLoginCallback() public method

public LinkLoginCallback ( ) : Task
return Task

Manage() public method

public Manage ( ManageMessageId message ) : System.Web.Mvc.ActionResult
message ManageMessageId
return System.Web.Mvc.ActionResult