Interface IMigrationServiceBuilderFactory
Interface for an object that can create IMigrationServiceBuilder objects.
Namespace: Tableau.Migration.Engine.Services
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationServiceBuilderFactory
Methods
Create(IImmutableList<Type>)
Creates a IMigrationServiceBuilder with the supported services.
Declaration
IMigrationServiceBuilder Create(IImmutableList<Type> supportedServices)
Parameters
| Type | Name | Description |
|---|---|---|
| IImmutableList<Type> | supportedServices | The list of supported services for this service builder. |
Returns
| Type | Description |
|---|---|
| IMigrationServiceBuilder | The service builder. |