C# Class DapperIdentity.Web.Controllers.ManageController

Inheritance: DapperIdentity.Web.Controllers.BaseController
Datei anzeigen Open project: rantowork/MVC5-Dapper-Identity

Private Properties

Property Type Description
AddErrors void
ChangePassword Task
HasPassword bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
LinkLoginCallback ( ) : Task
ManageController ( UserManager userManager ) : System.Linq
ManageLogins ( ManageMessageId message ) : Task
SetPassword ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ChangePassword ( DapperIdentity.Web.ViewModels.ChangePasswordViewModel model ) : Task
HasPassword ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( DapperIdentity.Web.ViewModels.SetPasswordViewModel model ) : Task
SignInAsync ( User user, bool isPersistent ) : System.Threading.Tasks.Task

Method Details

ChangePassword() public method

public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

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

Index() public method

public Index ( ManageMessageId message ) : Task
message ManageMessageId
return Task

LinkLoginCallback() public method

public LinkLoginCallback ( ) : Task
return Task

ManageController() public method

public ManageController ( UserManager userManager ) : System.Linq
userManager UserManager
return System.Linq

ManageLogins() public method

public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId
return Task

SetPassword() public method

public SetPassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult