C# Class XApps.WebApi.Controllers.AppController

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

Méthodes publiques

Méthode Description
GetApps ( ) : IQueryable
PutApp ( int id, App app ) : IHttpActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AppExists ( int id ) : bool
DeleteApp ( int id ) : IHttpActionResult
GetApp ( int id ) : IHttpActionResult
GetAppByAppName ( String AppName ) : IHttpActionResult
GetAppBycategory ( String CategoryName ) : IHttpActionResult
PostApp ( App app ) : IHttpActionResult

Method Details

Dispose() protected méthode

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

GetApps() public méthode

public GetApps ( ) : IQueryable
Résultat IQueryable

PutApp() public méthode

public PutApp ( int id, App app ) : IHttpActionResult
id int
app App
Résultat IHttpActionResult