C# 클래스 LibraryManager.Controllers.CategoriesController

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

공개 메소드들

메소드 설명
BusinessBooks ( ) : System.Web.Mvc.ViewResult
CategoryLink ( string employee_name, int page, int id ) : System.Web.Mvc.ActionResult
ChildrenBooks ( ) : System.Web.Mvc.ViewResult
GetAuthorByBookID ( int bookID ) : string
LiteratureBooks ( ) : System.Web.Mvc.ViewResult
LoadCategories ( ) : System.Web.Mvc.PartialViewResult
MusicBooks ( ) : System.Web.Mvc.ViewResult
TechnologyBooks ( ) : System.Web.Mvc.ViewResult
_LoadCategoryPartial ( ) : System.Web.Mvc.ActionResult

메소드 상세

BusinessBooks() 공개 메소드

public BusinessBooks ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

CategoryLink() 공개 메소드

public CategoryLink ( string employee_name, int page, int id ) : System.Web.Mvc.ActionResult
employee_name string
page int
id int
리턴 System.Web.Mvc.ActionResult

ChildrenBooks() 공개 메소드

public ChildrenBooks ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

GetAuthorByBookID() 공개 메소드

public GetAuthorByBookID ( int bookID ) : string
bookID int
리턴 string

LiteratureBooks() 공개 메소드

public LiteratureBooks ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

LoadCategories() 공개 메소드

public LoadCategories ( ) : System.Web.Mvc.PartialViewResult
리턴 System.Web.Mvc.PartialViewResult

MusicBooks() 공개 메소드

public MusicBooks ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

TechnologyBooks() 공개 메소드

public TechnologyBooks ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult

_LoadCategoryPartial() 공개 메소드

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