C# Class FootlooseFS.Web.AdminUI.Controllers.AccountController

Inheritance: Controller
Mostrar archivo Open project: pcarrasco23/FootlooseFinancialServices

Private Properties

Property Type Description
AddErrors void
ExternalLoginFailure System.Web.Mvc.ActionResult
HasPassword bool
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
RemoveAccountList System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( UserManager userManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
HasPassword ( ) : bool
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
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