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