C# Class LibraryManager.Controllers.CategoriesController

Inheritance: Controller
Afficher le fichier Open project: hiepbh/Assignment

Méthodes publiques

Méthode 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 méthode

public BusinessBooks ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

CategoryLink() public méthode

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

ChildrenBooks() public méthode

public ChildrenBooks ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

GetAuthorByBookID() public méthode

public GetAuthorByBookID ( int bookID ) : string
bookID int
Résultat string

LiteratureBooks() public méthode

public LiteratureBooks ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

LoadCategories() public méthode

public LoadCategories ( ) : System.Web.Mvc.PartialViewResult
Résultat System.Web.Mvc.PartialViewResult

MusicBooks() public méthode

public MusicBooks ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

TechnologyBooks() public méthode

public TechnologyBooks ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

_LoadCategoryPartial() public méthode

public _LoadCategoryPartial ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult