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