Class SourceContentItemPreparer<TContent>
IContentItemPreparer<TContent, TPublish> implementation that publishes the source item as-is and does not require extra pulled information.
Inheritance
Implements
Inherited Members
Namespace: Tableau.Migration.Engine.Preparation
Assembly: Tableau.Migration.dll
Syntax
public class SourceContentItemPreparer<TContent> : SourceContentItemPreparer<TContent, TContent>, IContentItemPreparer<TContent, TContent> where TContent : class
Type Parameters
Name | Description |
---|---|
TContent | The content type.The pull return type.The publish type.The content type.The pull return type.The publish type. |
Constructors
SourceContentItemPreparer(IMigrationPipeline, IContentTransformerRunner, IDestinationContentReferenceFinderFactory, ISharedResourcesLocalizer)
Creates a new SourceContentItemPreparer<TContent>.
Declaration
public SourceContentItemPreparer(IMigrationPipeline pipeline, IContentTransformerRunner transformerRunner, IDestinationContentReferenceFinderFactory destinationFinderFactory, ISharedResourcesLocalizer localizer)
Parameters
Type | Name | Description |
---|---|---|
IMigrationPipeline | pipeline | The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer. |
IContentTransformerRunner | transformerRunner | The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer. |
IDestinationContentReferenceFinderFactory | destinationFinderFactory | The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer. |
ISharedResourcesLocalizer | localizer | The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer.The migration pipeline.A transformer runner.The destination finder factory.A localizer. |