C# Class BB.UI.Web.MVC.Controllers.ManageController

Inheritance: Controller
Show file Open project: BeatBuddy/beatbuddy_webapp

Private Properties

Property Type Description
AddErrors void
ChangePassword Task
HasPassword bool
Save System.Web.Mvc.ActionResult

Public Methods

Method Description
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
ManageController ( UserManager userMgr ) : System

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
Save ( long userId, System.Web.HttpPostedFileBase profileImage ) : System.Web.Mvc.ActionResult

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 ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
return System

ManageController() public method

public ManageController ( UserManager userMgr ) : System
userMgr BB.BL.UserManager
return System