Click or drag to resize

IRegistrationSource Interface

Allows registrations to be made on-the-fly when unregistered services are requested (lazy registrations.)

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IRegistrationSource

The IRegistrationSource type exposes the following members.

Properties
  NameDescription
Public propertyIsAdapterForIndividualComponents
Gets a value indicating whether the registrations provided by this source are 1:1 adapters on top of other components (e.g., Meta, Func, or Owned).
Top
Methods
  NameDescription
Public methodRegistrationsFor
Retrieve registrations for an unregistered service, to be used by the container.
Top
See Also