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