Click or drag to resize

GeneratedFactoryActivatorData Properties

The GeneratedFactoryActivatorData type exposes the following members.

Properties
  NameDescription
Public propertyActivator
Gets the activator data that can provide an IInstanceActivator instance.
Public propertyParameterMapping
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.
Top
See Also