Click or drag to resize

Autofac.Core.Registration Namespace

[Missing <summary> documentation for "N:Autofac.Core.Registration"]

Classes
  ClassDescription
Public classComponentNotRegisteredException
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.
Public classComponentPipelineBuildingArgs
Event arguments for the PipelineBuilding event.
Public classComponentRegistration
Describes a logical component within the container.
Public classRegistrationOptionsExtensions
Extension methods for registration options.
Interfaces
  InterfaceDescription
Public interfaceIComponentRegistryBuilder
Used to build a IComponentRegistry.
Public interfaceIModuleRegistrar
Interface providing fluent syntax for chaining module registrations.
Public interfaceIServiceMiddlewareSource
Interface defining a source of middleware for a service's pipeline.
Public interfaceIServiceMiddlewareSourceRegistrar
Interface providing fluent syntax for chaining middleware source registrations.
Public interfaceISourceRegistrar
Interface providing fluent syntax for chaining registration source registrations.
Enumerations
  EnumerationDescription
Public enumerationRegistrationOptions
Defines options for a registration.