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