C# Class RecruitmentManagementSystem.App.Controllers.ManageController

Inheritance: BaseController
ファイルを表示 Open project: BrainStation-23/recruitment-management-system

Private Properties

Property Type Description
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
SetPassword Task
VerifyPhoneNumber Task

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ) : System.Web.Mvc.ActionResult
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Threading.Tasks
RemovePhoneNumber ( ) : Task
Security ( ManageMessageId message ) : 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
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

ManageController() public method

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

RemovePhoneNumber() public method

public RemovePhoneNumber ( ) : Task
return Task

Security() public method

public Security ( ManageMessageId message ) : Task
message ManageMessageId
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