TryImplementDependency(DependencyProperties, IAdviser<IFieldOrProperty>)
Processes the DependencyAttribute aspect, i.e. changes the target field or property of the aspect into a dependency.
Declaration
public bool TryImplementDependency(DependencyProperties properties, IAdviser<IFieldOrProperty> adviser)
Parameters
Type | Name | Description |
---|---|---|
DependencyProperties | properties | Information regarding the dependency to inject. |
IAdviser<IFieldOrProperty> | adviser | The IAspectBuilder<TAspectTarget> for the field or property to pull. |
Returns
Type | Description |
---|---|
bool |