IOrder | |
public interface IOrderLineService : IOrderLineQueryService, IBusinessService
The IOrderLineService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |