Constructor DefaultPullStrategy
DefaultPullStrategy(DependencyContext, IFieldOrProperty)
Initializes a new instance of the DefaultPullStrategy class.
Declaration
public DefaultPullStrategy(DependencyContext context, IFieldOrProperty introducedFieldOrProperty)
Parameters
Type | Name | Description |
---|---|---|
DependencyContext | context | The context information for the introduced dependency. |
IFieldOrProperty | introducedFieldOrProperty | The dependency field or property in the target type. |