DependencyModel
Represents a dependency (other component or a
fixed value available through external configuration).
Gets or sets the dependency key.
Gets or sets whether this dependency is optional.
Gets the service type of the dependency.
This is the same type as TargetType or if TargetType is by ref,
then it's the element type of the reference. (in other words if dependency
is out IFoo foo this will be IFoo, while TargetType will be &IFoo);
Gets the type of the target.
Initializes a new instance of the DependencyModel class.
public DependencyModel(string dependencyKey, Type targetType, bool isOptional, bool hasDefaultValue, object defaultValue)
Gets handler for the dependency, or null if dependency is not satisfied by a component from a container or a handler was not found