IRuntimeDependencyInjector

Allows the implementation of classes that inject a runtime calculated dependency.

Namespace:
Inetdev.Context
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

GetValue

Calculates the value of the property to inject.

Signature:
public Object GetValue(propertyName, args)
Returns

The value to be injected.

Parameters
Name Type Summary
propertyName String The name of the property being injected.
args IDictionary<String, String> A dictionary of arguments from the application context.

In this document