C# 클래스 BookManagement.Web.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: hiepbh/Assignment

공개 메소드들

메소드 설명
ChangeInfo ( ) : System.Web.Mvc.ActionResult
ForgotPass ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

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

비공개 메소드들

메소드 설명
Create ( ) : System.Web.Mvc.ActionResult
Create ( Account account ) : System.Web.Mvc.ActionResult
Delete ( string id = null ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( string id ) : System.Web.Mvc.ActionResult
Details ( string id = null ) : System.Web.Mvc.ActionResult
Edit ( Account account ) : System.Web.Mvc.ActionResult
Edit ( string id = null ) : System.Web.Mvc.ActionResult
ForgotPass ( Account acc ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Login ( ) : System.Web.Mvc.ActionResult
Login ( Account account ) : System.Web.Mvc.ActionResult
Logout ( ) : System.Web.Mvc.ActionResult

메소드 상세

ChangeInfo() 공개 메소드

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

Dispose() 보호된 메소드

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

ForgotPass() 공개 메소드

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