C# Class BgEngine.Controllers.CategoryController

Inheritance: BaseController
Show file Open project: yagopv/BgEngine

Public Methods

Method Description
CategoryController ( IService categoryservices ) : System

ctor

CategoryList ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( Category category ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( Category category ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page, string sort, string sortdir ) : System.Web.Mvc.ViewResult

Method Details

CategoryController() public method

ctor
public CategoryController ( IService categoryservices ) : System
categoryservices IService
return System

CategoryList() public method

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