Class ContentBatchMigratorBase<TContent>
Abstract base class for IContentBatchMigrator<TContent> implementations.
Implements
IContentBatchMigrator<TContent>
Inherited Members
Namespace: Tableau.Migration.Engine.Migrators.Batch
Assembly: Tableau.Migration.dll
Syntax
public abstract class ContentBatchMigratorBase<TContent> : ContentBatchMigratorBase<TContent, TContent>, IContentBatchMigrator<TContent> where TContent : class, IContentReference
Type Parameters
Name | Description |
---|---|
TContent | The content type. |
Constructors
ContentBatchMigratorBase(IMigrationPipeline)
Creates a new ContentBatchMigratorBase<TContent> object.
Declaration
public ContentBatchMigratorBase(IMigrationPipeline pipeline)
Parameters
Type | Name | Description |
---|---|---|
IMigrationPipeline | pipeline | The migration pipeline. |