Click or drag to resize

AnyConcreteTypeNotAlreadyRegisteredSource Class

Provides registrations on-the-fly for any concrete type not already registered with the container.
Inheritance Hierarchy
SystemObject
  Autofac.Features.ResolveAnythingAnyConcreteTypeNotAlreadyRegisteredSource

Namespace:  Autofac.Features.ResolveAnything
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public class AnyConcreteTypeNotAlreadyRegisteredSource : IRegistrationSource

The AnyConcreteTypeNotAlreadyRegisteredSource type exposes the following members.

Constructors
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).
Public propertyRegistrationConfiguration
Gets or sets an expression used to configure generated registrations.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegistrationsFor
Retrieve registrations for an unregistered service, to be used by the container.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodWithRegistrationsAs
Fluent method for setting the registration configuration on AnyConcreteTypeNotAlreadyRegisteredSource.
(Defined by AnyConcreteTypeNotAlreadyRegisteredSourceExtensions.)
Top
See Also