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