C# 클래스 GalaxyStorm.Web.Areas.Public.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: Pip3r4o/GalaxyStorm-MVC

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager, IPlayerService service ) : System.Threading.Tasks
AccountController ( IPlayerService service ) : System.Threading.Tasks

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AccountController() 공개 메소드

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

AccountController() 공개 메소드

public AccountController ( IPlayerService service ) : System.Threading.Tasks
service IPlayerService
리턴 System.Threading.Tasks

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void