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