PyMigrationServiceFactoryContext
class PyMigrationServiceFactoryContext(ctx)
Bases: object
Context object for service factories called through an IMigrationServiceFactoryCollection.
- Parameters: ctx (MigrationServiceFactoryContext)
__init__(ctx)
Default init.
Args: : ctx: The context to wrap.
Returns: None.
- Parameters: ctx (MigrationServiceFactoryContext)
- Return type: None
Methods
__init__(ctx) |
Default init. |
|---|
Attributes
services |
Gets the endpoint or migration scoped service provider. |
|---|---|
type_arguments |
Gets the type arguments if the service is generic. |
property services
Gets the endpoint or migration scoped service provider.
property type_arguments : Tuple[type, ...]
Gets the type arguments if the service is generic.