Namespace Tableau.Migration.Engine.Hooks.Transformers
Namespaces
Tableau.Migration.Engine.Hooks.Transformers.Default
Classes
ContentTransformerBase<TPublish>
Base implementation for an object that can transform content of a specific content type
ContentTransformerBuilder
Default IContentTransformerBuilder implementation.
XmlContentTransformerBase<TPublish>
Abstract base class for transformers that manipulate the Tableau XML file of a content item.
Interfaces
IContentTransformerBuilder
Interface with methods to build IContentTransformer<TPublish>.
IContentTransformerRunner
Interface for an object that can run transformations.
IContentTransformer<TPublish>
Interface for an object that can modify or transform content of a specific content type during a migration.
IXmlContentTransformer<TPublish>
Interface for a content transformer that manipulates the Tableau XML file of a content item.