C# 클래스 DapperIdentity.Web.Controllers.ManageController

상속: DapperIdentity.Web.Controllers.BaseController
파일 보기 프로젝트 열기: rantowork/MVC5-Dapper-Identity

Private Properties

프로퍼티 타입 설명
AddErrors void
ChangePassword Task
HasPassword bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
SignInAsync System.Threading.Tasks.Task

공개 메소드들

메소드 설명
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
LinkLoginCallback ( ) : Task
ManageController ( UserManager userManager ) : System.Linq
ManageLogins ( ManageMessageId message ) : Task
SetPassword ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ChangePassword ( DapperIdentity.Web.ViewModels.ChangePasswordViewModel model ) : Task
HasPassword ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( DapperIdentity.Web.ViewModels.SetPasswordViewModel model ) : Task
SignInAsync ( User user, bool isPersistent ) : System.Threading.Tasks.Task

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

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

Index() 공개 메소드

public Index ( ManageMessageId message ) : Task
message ManageMessageId
리턴 Task

LinkLoginCallback() 공개 메소드

public LinkLoginCallback ( ) : Task
리턴 Task

ManageController() 공개 메소드

public ManageController ( UserManager userManager ) : System.Linq
userManager UserManager
리턴 System.Linq

ManageLogins() 공개 메소드

public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId
리턴 Task

SetPassword() 공개 메소드

public SetPassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult