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