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