Summary
Class ServicesBuilderServiceProviderFactory.
Implements the
Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1
- Assembly
- Rocket
.Surgery .Hosting .dll - Namespace
- Rocket
.Surgery .Hosting - Interfaces
-
- I
Service Provider Factory <IServicesBuilder>
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IServiceProviderFactory<IServicesBuilder>"]
Type["ServicesBuilderServiceProviderFactory"]
class Type type-node
Syntax
public class ServicesBuilderServiceProviderFactory : IServiceProviderFactory<IServicesBuilder>
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Constructors
| Name | Summary |
|---|---|
| Services |
Initializes a new instance of the ServicesBuilderServiceProviderFactory class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| CreateBuilder |
IServicesBuilder |
Creates a container builder from an
Microsoft.Extensions.DependencyInjection.IServiceCollection.
|
| Create |
IServiceProvider |
Creates the service provider.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.Extensions.DependencyInjection.IServiceProviderFactory`1
