Defines the container's behavior for selecting properties to inject during the creation of a type.
Set the PropertySelectionBehavior
property of the container's Options property to change the default behavior
of the container. By default, no properties will be injected by the container.
Namespace: SimpleInjector.Advanced
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The IPropertySelectionBehavior type exposes the following members.
Methods
Name | Description | |
---|---|---|
SelectProperty |
Determines whether a property should be injected by the container upon creation of its type.
|
See Also