Interface ISubscriptionConverter<TSourceSubscription, TTargetSubscription>
Interface for converting subscriptions from one type to another.
Inherited Members
Namespace: Tableau.Migration.Engine.Conversion.Subscriptions
Assembly: Tableau.Migration.dll
Syntax
public interface ISubscriptionConverter<TSourceSubscription, TTargetSubscription> : IContentItemConverter<TSourceSubscription, TTargetSubscription>
Type Parameters
Name | Description |
---|---|
TSourceSubscription | The source subscription type |
TTargetSubscription | The target subscription type. |