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