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