C# Class Karhu.Backend.Controllers.CategoriesController

Inheritance: KarhuBaseController
Mostra file Open project: endor/karhu

Public Methods

Method Description
Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Index ( CategoryData category ) : System.Web.Mvc.ActionResult
Index ( int id ) : System.Web.Mvc.ActionResult
IndexPut ( CategoryData category ) : System.Web.Mvc.ActionResult

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult
id int
page int
per_page int
return System.Web.Mvc.ActionResult