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