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