TryImplementDependency(DependencyProperties, IAspectBuilder<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, IAspectBuilder<IFieldOrProperty> aspectBuilder)
Parameters
Type | Name | Description |
---|---|---|
DependencyProperties | properties | Information regarding the dependency to inject. |
IAspectBuilder<IFieldOrProperty> | aspectBuilder | The IAspectBuilder<TAspectTarget> for the field or property to pull. |
Returns
Type | Description |
---|---|
bool |