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