C# 클래스 FootlooseFS.Web.AdminUI.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: pcarrasco23/FootlooseFinancialServices

Private Properties

프로퍼티 타입 설명
AddErrors void
ExternalLoginFailure System.Web.Mvc.ActionResult
HasPassword bool
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
RedirectToLocal System.Web.Mvc.ActionResult
RemoveAccountList System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( UserManager userManager ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
HasPassword ( ) : bool
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
RemoveAccountList ( ) : System.Web.Mvc.ActionResult
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( UserManager userManager ) : System
userManager UserManager
리턴 System

Dispose() 보호된 메소드

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