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