Click or drag to resize
Infosoft Logo

IImportFormatColumnEntityService Interface

A base repository service for manipulating ImportFormatColumn 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 IImportFormatColumnEntityService : IImportFormatColumnQueryService, 
	IBusinessService

The IImportFormatColumnEntityService type exposes the following members.

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