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