Interface IScheduleConverter<TSourceSchedule, TTargetSchedule>
Interface for converting schedules from one type to another.
Inherited Members
Namespace: Tableau.Migration.Engine.Conversion.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IScheduleConverter<TSourceSchedule, TTargetSchedule> : IContentItemConverter<TSourceSchedule, TTargetSchedule> where TSourceSchedule : ISchedule where TTargetSchedule : ISchedule
Type Parameters
| Name | Description |
|---|---|
| TSourceSchedule | The type of the source schedule. |
| TTargetSchedule | The type of the source schedule. |