Interface ISupportNestedSubscriptions<TNestedSubscriptionsList>
Interface which may be implemented for nested subscriptions support.
Namespace: Eco.Shared.View
Assembly: Eco.Shared.dll
Syntax
public interface ISupportNestedSubscriptions<out TNestedSubscriptionsList>
where TNestedSubscriptionsList : ISubscriptionsList
Type Parameters
| Name | Description |
|---|---|
| TNestedSubscriptionsList |
Methods
AddNestedSubscriptions()
Makes and adds new nested subscriptions.
Declaration
TNestedSubscriptionsList AddNestedSubscriptions()
Returns
| Type | Description |
|---|---|
| TNestedSubscriptionsList |