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