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