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