C# Class Karhu.Backend.Controllers.CategoriesController

Inheritance: KarhuBaseController
Afficher le fichier Open project: endor/karhu

Méthodes publiques

Méthode Description
Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( int id, int page, int per_page ) : System.Web.Mvc.ActionResult
id int
page int
per_page int
Résultat System.Web.Mvc.ActionResult