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