Interface IMigrationPlanOptionsCollection
Interface for an object that contains plan-specific options objects.
Namespace: Tableau.Migration.Engine.Options
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPlanOptionsCollection
Methods
Get<TOptions>(IServiceProvider)
Gets the options for the given type, or null if no options for the given type have been registered.
Declaration
TOptions? Get<TOptions>(IServiceProvider services)
Parameters
Type | Name | Description |
---|---|---|
IServiceProvider | services | A service provider. |
Returns
Type | Description |
---|---|
TOptions | The options for the given type, or null. |
Type Parameters
Name | Description |
---|---|
TOptions | The options type. |