Interface IMigrationPlanOptionsProvider<TOptions>
Interface for an object that can provide per-migration options of a given type, potentially falling back to global options or default values.
Namespace: Tableau.Migration.Engine.Options
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPlanOptionsProvider<TOptions> where TOptions : class, new()
Type Parameters
Name | Description |
---|---|
TOptions | The options type. |
Methods
Get()
Gets the options.
Declaration
TOptions Get()
Returns
Type | Description |
---|---|
TOptions | The options |