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