C# Class XApps.WebApi.Controllers.CategoryController

Inheritance: ApiController
Afficher le fichier Open project: rehrumesh/XApps

Méthodes publiques

Méthode Description
GetCategories ( ) : IQueryable
PutCategory ( int id, Category category ) : IHttpActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CategoryExists ( int id ) : bool
DeleteCategory ( int id ) : IHttpActionResult
GetCategory ( int id ) : IHttpActionResult
PostCategory ( Category category ) : IHttpActionResult

Method Details

Dispose() protected méthode

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

GetCategories() public méthode

public GetCategories ( ) : IQueryable
Résultat IQueryable

PutCategory() public méthode

public PutCategory ( int id, Category category ) : IHttpActionResult
id int
category XApps.WebApi.Models.Category
Résultat IHttpActionResult