C# Class RecruitmentManagementSystem.App.Controllers.ManageController

Inheritance: BaseController
Afficher le fichier Open project: BrainStation-23/recruitment-management-system

Private Properties

Свойство Type Description
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
SetPassword Task
VerifyPhoneNumber Task

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

ChangePassword() public méthode

public ChangePassword ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ManageController() public méthode

public ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Threading.Tasks
userManager ApplicationUserManager
signInManager ApplicationSignInManager
Résultat System.Threading.Tasks

RemovePhoneNumber() public méthode

public RemovePhoneNumber ( ) : Task
Résultat Task

Security() public méthode

public Security ( ManageMessageId message ) : Task
message ManageMessageId
Résultat Task

SetPassword() public méthode

public SetPassword ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

VerifyPhoneNumber() public méthode

public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string
Résultat Task