C# Class LibraryManager.Controllers.CategoriesController

Inheritance: Controller
Exibir arquivo Open project: hiepbh/Assignment

Public Methods

Method Description
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

Method Details

BusinessBooks() public method

public BusinessBooks ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

CategoryLink() public method

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

ChildrenBooks() public method

public ChildrenBooks ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

GetAuthorByBookID() public method

public GetAuthorByBookID ( int bookID ) : string
bookID int
return string

LiteratureBooks() public method

public LiteratureBooks ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

LoadCategories() public method

public LoadCategories ( ) : System.Web.Mvc.PartialViewResult
return System.Web.Mvc.PartialViewResult

MusicBooks() public method

public MusicBooks ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

TechnologyBooks() public method

public TechnologyBooks ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

_LoadCategoryPartial() public method

public _LoadCategoryPartial ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult