RegistrationExtensions Class |
Namespace: Autofac.Builder
The RegistrationExtensions type exposes the following members.
Name | Description | |
---|---|---|
NamedParameterMappingTDelegate, TGeneratedFactoryActivatorData, TSingleRegistrationStyle |
Changes the parameter mapping mode of the supplied delegate type to match
parameters by name.
| |
PositionalParameterMappingTDelegate, TGeneratedFactoryActivatorData, TSingleRegistrationStyle |
Changes the parameter mapping mode of the supplied delegate type to match
parameters by position.
| |
RegisterGeneratedFactory(ContainerBuilder, Type) |
Registers a factory delegate.
| |
RegisterGeneratedFactory(ContainerBuilder, Type, Service) |
Registers a factory delegate.
| |
RegisterGeneratedFactoryTDelegate(ContainerBuilder) |
Registers a factory delegate.
| |
RegisterGeneratedFactoryTDelegate(ContainerBuilder, Service) |
Registers a factory delegate.
| |
TypedParameterMappingTDelegate, TGeneratedFactoryActivatorData, TSingleRegistrationStyle |
Changes the parameter mapping mode of the supplied delegate type to match
parameters by type.
|