C# 클래스 SwashbuckleODataSample.ODataControllers.CustomersController

상속: ODataController
파일 보기 프로젝트 열기: rbeauchamp/Swashbuckle.OData

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void