ICustomer | |
public interface ICustomerOrderEntityService : ICustomerOrderQueryService, IBusinessService
The ICustomerOrderEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new CustomerOrder | |
| Delete | Deletes the specified CustomerOrder. | |
| Get |
Gets a list of CustomerOrders matching the specified filter.
(Inherited from ICustomerOrderQueryService) | |
| GetAll |
Gets all CustomerOrders
(Inherited from ICustomerOrderQueryService) | |
| GetSingle |
Gets a single CustomerOrder matching the provided filter.
(Inherited from ICustomerOrderQueryService) | |
| Update | Updates the specified CustomerOrder |