GeneratedFactoryActivatorData Properties |
The GeneratedFactoryActivatorData type exposes the following members.
Name | Description | |
---|---|---|
Activator |
Gets the activator data that can provide an IInstanceActivator instance.
| |
ParameterMapping |
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.
|