Property | Type | Description | |
---|---|---|---|
AssignPropertyOverrides | void | ||
GetValue | object |
Method | Description | |
---|---|---|
Activate ( IContext context, InstanceReference reference ) : void |
Injects values into the properties as described by PropertyInjectionDirectives contained in the plan.
|
|
PropertyInjectionStrategy ( IInjectorFactory injectorFactory ) : System |
Initializes a new instance of the PropertyInjectionStrategy class.
|
Method | Description | |
---|---|---|
AssignPropertyOverrides ( IContext context, InstanceReference reference, IList |
Applies user supplied override values to instance properties.
|
|
GetValue ( IContext context, ITarget target, IEnumerable |
Gets the value to inject into the specified target.
|
public Activate ( IContext context, InstanceReference reference ) : void | ||
context | IContext | The context. |
reference | InstanceReference | A reference to the instance being activated. |
return | void |
public PropertyInjectionStrategy ( IInjectorFactory injectorFactory ) : System | ||
injectorFactory | IInjectorFactory | The injector factory component. |
return | System |