C# Class SpaStack.NET.Controllers.SuppliersController

Inheritance: ODataController
Datei anzeigen Open project: ntheile/SpaStack.NET

Public Methods

Method Description
Delete ( [ key ) : IHttpActionResult
Post ( Supplier supplier ) : IHttpActionResult
Put ( [ key, Supplier supplier ) : IHttpActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetSupplier ( [ key ) : SingleResult
GetSuppliers ( ) : IQueryable
Patch ( [ key, Delta patch ) : IHttpActionResult
SupplierExists ( int key ) : bool

Method Details

Delete() public method

public Delete ( [ key ) : IHttpActionResult
key [
return IHttpActionResult

Dispose() protected method

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

Post() public method

public Post ( Supplier supplier ) : IHttpActionResult
supplier SpaStack.NET.Models.Supplier
return IHttpActionResult

Put() public method

public Put ( [ key, Supplier supplier ) : IHttpActionResult
key [
supplier SpaStack.NET.Models.Supplier
return IHttpActionResult