C# Class GalaxyStorm.Web.Areas.Profile.Controllers.ManageController

Inheritance: UsersController
Afficher le fichier Open project: Pip3r4o/GalaxyStorm-MVC

Private Properties

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

Méthodes publiques

Méthode Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
ManageController ( ) : System.Threading.Tasks
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Threading.Tasks
SetPassword ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ChangePassword ( ChangePasswordViewModel model ) : Task
HasPassword ( ) : bool
HasPhoneNumber ( ) : bool
SetPassword ( SetPasswordViewModel model ) : Task

Method Details

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

Index() public méthode

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

ManageController() public méthode

public ManageController ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

ManageController() public méthode

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

SetPassword() public méthode

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