Interface IMigrationManifestEntryCollectionEditor
Interface for an editable migration manifest.
Inherited Members
Namespace: Tableau.Migration.Engine.Manifest
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationManifestEntryCollectionEditor : IMigrationManifestEntryCollection, IEnumerable<IMigrationManifestEntry>, IEnumerable, IEquatable<IMigrationManifestEntryCollection>
Methods
GetOrCreatePartition(Type)
Creates a partition of manifest entries for a given content type.
Declaration
IMigrationManifestContentTypePartitionEditor GetOrCreatePartition(Type contentType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | contentType | The content type. |
Returns
| Type | Description |
|---|---|
| IMigrationManifestContentTypePartitionEditor | The created partition to add manifest entries to. |
GetOrCreatePartition<TContent>()
Creates a partition of manifest entries for a given content type.
Declaration
IMigrationManifestContentTypePartitionEditor GetOrCreatePartition<TContent>()
Returns
| Type | Description |
|---|---|
| IMigrationManifestContentTypePartitionEditor | The created partition to add manifest entries to. |
Type Parameters
| Name | Description |
|---|---|
| TContent | The content type. |