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