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