C# Class BistroDriveWebApp.Controllers.ManageController

Inheritance: Controller
Show file Open project: PI-13-5/BistroDriveWebApp

Private Properties

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

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ) : System.Web.Mvc.ActionResult
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
Index ( ManageMessageId message ) : System.Web.Mvc.ActionResult
Index ( ProfileSettingsViewModel model ) : System.Web.Mvc.ActionResult
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
UpdateAvatar ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.ActionResult
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

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