Click or drag to resize

RepositoryExtensionsExpressionDependenciesChildDependencies Property

Gets the attributes and references from child repositories, which were accessed by the expression.

Namespace:  Aloe.SystemFrameworks.Domain.Extensions
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<(Repository Repository, IChildCollectionDefinition ChildCollection, IEnumerable<IDataAttribute> Attributes, IEnumerable<ObjectReference> References)> ChildDependencies { get; }

Property Value

Type: IEnumerableValueTupleRepository, IChildCollectionDefinition, IEnumerableIDataAttribute, IEnumerableObjectReference
The child attributes.
See Also