A bind configuration for a given type in the IoC Container.
Inform a provider to be used to create instances when a dependency for the source type is requested.
The provider to create instances
Inform a scope to handle the instances for objects created by the Container for this binding.
Scope to handle instances
Inform a given implementation type to be used when a dependency for the source type is requested.
The implementation type
Inform the types to be retrieved from IoC Container and passed to the type constructor.
A list with parameter types.
Generated using TypeDoc
A bind configuration for a given type in the IoC Container.