C# 클래스 BookMgnt.Controllers.BookController

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

공개 메소드들

메소드 설명
Category ( int id, int page ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ActionResult
Index ( int page, string query ) : System.Web.Mvc.ActionResult

보호된 메소드들

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

비공개 메소드들

메소드 설명
CategoryList ( ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Create ( Book book, System.Web.HttpPostedFileBase imagePath ) : System.Web.Mvc.ActionResult
CreateCategory ( ) : System.Web.Mvc.ActionResult
CreateCategory ( Category category ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( [ Include = "ID,Name,Author,Introduce,imagePath,pubYear,CategoriesID")]Bookbook, System.Web.HttpPostedFileBase image_book ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult

메소드 상세

Category() 공개 메소드

public Category ( int id, int page ) : System.Web.Mvc.ActionResult
id int
page int
리턴 System.Web.Mvc.ActionResult

Details() 공개 메소드

public Details ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

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

Index() 공개 메소드

public Index ( int page, string query ) : System.Web.Mvc.ActionResult
page int
query string
리턴 System.Web.Mvc.ActionResult