Allows the implementation of classes that inject a runtime calculated dependency.
Calculates the value of the property to inject.
public Object GetValue(propertyName, args)
The value to be injected.
Name | Type | Summary |
---|---|---|
propertyName | String | The name of the property being injected. |
args | IDictionary<String, String> | A dictionary of arguments from the application context. |