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