Click or drag to resize

GeneratedFactoryActivatorDataParameterMapping Property

Gets or sets a value determining how the parameters of the delegate type are passed on to the generated Resolve() call as Parameter objects. For Func-based delegates, this defaults to ByType. Otherwise, the parameters will be mapped by name.

Namespace:  Autofac.Features.GeneratedFactories
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public ParameterMapping ParameterMapping { get; set; }

Property Value

Type: ParameterMapping

[Missing <value> documentation for "P:Autofac.Features.GeneratedFactories.GeneratedFactoryActivatorData.ParameterMapping"]

See Also