Interface IContentMapping<TContent>
Interface for an object that can map content of a specific content type.
Inherited Members
Namespace: Tableau.Migration.Engine.Hooks.Mappings
Assembly: Tableau.Migration.dll
Syntax
public interface IContentMapping<TContent> : IMigrationHook<ContentMappingContext<TContent>> where TContent : IContentReference
Type Parameters
Name | Description |
---|---|
TContent | Type of entity to be mapped. |