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