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

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

Private Properties

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

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

AccountController() public méthode

public AccountController ( IPlayerService service ) : System.Threading.Tasks
service IPlayerService
Résultat System.Threading.Tasks

Dispose() protected méthode

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