IPropertySelectionBehavior Interface

Simple Injector
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

public interface IPropertySelectionBehavior

The IPropertySelectionBehavior type exposes the following members.

Methods

  NameDescription
Public methodSelectProperty
Determines whether a property should be injected by the container upon creation of its type.
Top
See Also

Reference