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