Namespace Tableau.Migration.Engine.Endpoints.Search
Classes
DestinationContentReferenceFinderFactory
IContentReferenceFinderFactory implementation that finds destination references from the migration manifest.
DestinationViewReferenceFinder
Default IDestinationViewReferenceFinder implementation.
ManifestDestinationContentReferenceFinder<TContent>
IDestinationContentReferenceFinder<TContent> implementation that uses the mapped manifest information to find destination content, falling back to API loading.
ManifestSourceContentReferenceFinder<TContent>
IContentReferenceFinder<TContent> implementation that finds source references from the migration manifest.
SourceContentReferenceFinderFactory
IContentReferenceFinderFactory implementation that finds source references from the migration manifest.
Interfaces
IDestinationContentReferenceFinderFactory
Interface for an object that can create destination content reference finders based on content type.
IDestinationContentReferenceFinder<TContent>
Interface for an object that can find destination content reference for given content information, applying mapping rules.
IDestinationViewReferenceFinder
Interface for an object that can find destination views for given source view information, applying mapping rules.
IMappedContentReferenceFinder
Interface for an object that can find content reference for given content information, applying mapping rules.
ISourceContentReferenceFinderFactory
Interface for an object that can create source content reference finders based on content type.
ISourceContentReferenceFinder<TContent>
Interface for an object that can find source content reference.