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

Inheritance: UsersController
Mostrar archivo Open project: Pip3r4o/GalaxyStorm-MVC

Private Properties

Property Type Description
AddErrors void
ChangePassword Task
HasPassword bool
HasPhoneNumber bool
SetPassword Task

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

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

ManageController() public method

public ManageController ( ) : System.Threading.Tasks
return System.Threading.Tasks

ManageController() public method

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

SetPassword() public method

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