Click or drag to resize

ScanningActivatorData Properties

The ScanningActivatorData type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationActions
Gets the additional actions to be performed on the concrete type registrations.
Public propertyConfiguredParameters
Gets the explicitly bound constructor parameters.
(Inherited from ReflectionActivatorData.)
Public propertyConfiguredProperties
Gets the explicitly bound properties.
(Inherited from ReflectionActivatorData.)
Public propertyConstructorFinder
Gets or sets the constructor finder for the registration.
(Inherited from ReflectionActivatorData.)
Public propertyConstructorSelector
Gets or sets the constructor selector for the registration.
(Inherited from ReflectionActivatorData.)
Public propertyFilters
Gets the filters applied to the types from the scanned assembly.
Public propertyImplementationType
Gets or sets the implementation type.
(Inherited from ReflectionActivatorData.)
Public propertyPostScanningCallbacks
Gets the actions to be called once the scanning operation is complete.
Top
See Also