C# Class XApps.WebApi.Controllers.AppController

Inheritance: ApiController
Show file Open project: rehrumesh/XApps

Public Methods

Method Description
GetApps ( ) : IQueryable
PutApp ( int id, App app ) : IHttpActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

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

GetApps() public method

public GetApps ( ) : IQueryable
return IQueryable

PutApp() public method

public PutApp ( int id, App app ) : IHttpActionResult
id int
app App
return IHttpActionResult