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