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