Click or drag to resize
Infosoft Logo

IImportFormatLineEntityService Interface

A base repository service for manipulating ImportFormatLine 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 IImportFormatLineEntityService : IImportFormatLineQueryService, 
	IBusinessService

The IImportFormatLineEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new ImportFormatLine
Public methodDelete Deletes the specified ImportFormatLine.
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)
Public methodUpdate Updates the specified ImportFormatLine
Top
See Also