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