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