Click or drag to resize
Infosoft Logo

IImportFormatLineService Interface

Service for manipulating ImportFormatLine entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IImportFormatLineService : IImportFormatLineQueryService, 
	IBusinessService

The IImportFormatLineService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of ImportFormatLines matching the specified filter.
(Inherited from IImportFormatLineQueryService)
Public methodGetAll Gets all ImportFormatLines
(Inherited from IImportFormatLineQueryService)
Public methodGetSingle Gets a single ImportFormatLine matching the provided filter.
(Inherited from IImportFormatLineQueryService)
Top
See Also