C# Class GalaxyStorm.Web.Areas.Public.Controllers.AccountController

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

Private Properties

Property Type Description
AddErrors void
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult

Public Methods

Method Description
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, IPlayerService service ) : System.Threading.Tasks
AccountController ( IPlayerService service ) : System.Threading.Tasks

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult

Method Details

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, IPlayerService service ) : System.Threading.Tasks
userManager ApplicationUserManager
signInManager ApplicationSignInManager
service IPlayerService
return System.Threading.Tasks

AccountController() public method

public AccountController ( IPlayerService service ) : System.Threading.Tasks
service IPlayerService
return System.Threading.Tasks

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void