Autofac.Core.Registration Namespace |
[Missing <summary> documentation for "N:Autofac.Core.Registration"]
Class | Description | |
---|---|---|
ComponentNotRegisteredException |
A service was requested that cannot be provided by the container. To avoid this exception, either register a component
to provide the required service, check for service registration using IsRegistered(), or use the ResolveOptional()
method to resolve an optional dependency.
| |
ComponentPipelineBuildingArgs |
Event arguments for the PipelineBuilding event.
| |
ComponentRegistration |
Describes a logical component within the container.
| |
RegistrationOptionsExtensions |
Extension methods for registration options.
|
Interface | Description | |
---|---|---|
IComponentRegistryBuilder |
Used to build a IComponentRegistry.
| |
IModuleRegistrar |
Interface providing fluent syntax for chaining module registrations.
| |
IServiceMiddlewareSource |
Interface defining a source of middleware for a service's pipeline.
| |
IServiceMiddlewareSourceRegistrar |
Interface providing fluent syntax for chaining middleware source registrations.
| |
ISourceRegistrar |
Interface providing fluent syntax for chaining registration source registrations.
|
Enumeration | Description | |
---|---|---|
RegistrationOptions |
Defines options for a registration.
|