| Interface | Description |
---|
| IExternalDependencyData |
Extension to the IExternalDependencyLoader concept which allows a given class
to act both as a loader and as the final data source without requiring a separate
static variable. |
| IExternalDependencyLoader |
Allows the user to specify a static variable of type IExternalDependencyLoader. |
| IExternalDependencyRunner |
IExternalDependencyRunner instances are IRunners which support the notion of external
dependencies or data that is not present until a potentially asynchronous operation occurs
|