Interface IDependencyProvider
This describes something which can provide dependencies
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IDependencyProvider
Methods
| Improve this Doc View SourceProvideDependencies(Object)
Fill all the dependencies (imports) in the object instance
Declaration
void ProvideDependencies(object objectWithDependencies)
Parameters
Type | Name | Description |
---|---|---|
System.Object | objectWithDependencies | object to locate the dependencies for |