Click or drag to resize
Infosoft Logo

IRetailerInvoiceLineEntityService Interface

A base repository service for manipulating RetailerInvoiceLine entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerInvoiceLineEntityService : IRetailerInvoiceLineQueryService, 
	IBusinessService

The IRetailerInvoiceLineEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerInvoiceLine
Public methodDelete Deletes the specified RetailerInvoiceLine.
Public methodGet Gets a list of RetailerInvoiceLines matching the specified filter.
(Inherited from IRetailerInvoiceLineQueryService)
Public methodGetAll Gets all RetailerInvoiceLines
(Inherited from IRetailerInvoiceLineQueryService)
Public methodGetSingle Gets a single RetailerInvoiceLine matching the provided filter.
(Inherited from IRetailerInvoiceLineQueryService)
Public methodUpdate Updates the specified RetailerInvoiceLine
Top
See Also