C# Class SwashbuckleODataSample.ODataControllers.CustomersController

Inheritance: ODataController
Mostrar archivo Open project: rbeauchamp/Swashbuckle.OData

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CustomerExists ( int key ) : bool
Delete ( [ key ) : Task
GetCustomer ( [ key ) : SingleResult
GetCustomers ( ) : IQueryable
GetOrders ( [ key ) : IQueryable
Patch ( [ key, Delta patch ) : Task
Post ( SwashbuckleODataSample.Models.Customer customer ) : Task
Put ( [ key, Delta patch ) : Task
TotalCount ( ) : IHttpActionResult

Method Details

Dispose() protected method

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