Namespace Tableau.Migration.Engine.Preparation
Classes
ContentItemPreparerBase<TContent, TPublish>
Abstract base class for IContentItemPreparer<TContent, TPublish> implementations that defines standard features.
EndpointContentItemPreparer<TContent, TPublish>
IContentItemPreparer<TContent, TPublish> implementation that pulls the publish item from the source endpoint.
ExtractRefreshTaskServerToCloudPreparer
IContentItemPreparer<TContent, TPublish> implementation that pulls the publish item from the source endpoint.
SourceContentItemPreparer<TContent>
IContentItemPreparer<TContent, TPublish> implementation that publishes the source item as-is and does not require extra pulled information.
Interfaces
IContentItemPreparer<TContent, TPublish>
Interface for an object that can prepare a content item for publishing.