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