C# Class ASPMvcFirstApplication.Controllers.ManageController

Inheritance: Controller
显示文件 Open project: fahidnasir/DotNet-ShortCourse2015

Private Properties

Property Type Description
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
VerifyPhoneNumber Task

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
LinkLoginCallback ( ) : Task
ManageController ( ) : System
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
ManageLogins ( ManageMessageId message ) : Task
RemovePhoneNumber ( ) : Task
SetPassword ( ) : System.Web.Mvc.ActionResult
VerifyPhoneNumber ( string phoneNumber ) : Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AddPhoneNumber ( AddPhoneNumberViewModel model ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
DisableTwoFactorAuthentication ( ) : Task
EnableTwoFactorAuthentication ( ) : Task
HasPassword ( ) : bool
HasPhoneNumber ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
VerifyPhoneNumber ( VerifyPhoneNumberViewModel model ) : Task

Method Details

AddPhoneNumber() public method

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

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 ( ) : System
return System

ManageController() public method

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

ManageLogins() public method

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

RemovePhoneNumber() public method

public RemovePhoneNumber ( ) : Task
return Task

SetPassword() public method

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

VerifyPhoneNumber() public method

public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string
return Task