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