Interface IContentTypeHookBuilder
Interface for a builder of hooks that use a common hook type that differ by a content type.
Namespace: Tableau.Migration.Engine.Hooks
Assembly: Tableau.Migration.dll
Syntax
public interface IContentTypeHookBuilder
Methods
ByContentType()
Gets the currently registered hook factories by their content types.
Declaration
IEnumerable<KeyValuePair<Type, IEnumerable<IMigrationHookFactory>>> ByContentType()
Returns
Type | Description |
---|---|
IEnumerable<KeyValuePair<Type, IEnumerable<IMigrationHookFactory>>> | The hook factories by their content types. |