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
Syntaxpublic IEnumerable<(Repository Repository, IChildCollectionDefinition ChildCollection, IEnumerable<IDataAttribute> Attributes, IEnumerable<ObjectReference> References)> ChildDependencies { get; }
Public ReadOnly Property ChildDependencies As IEnumerable(Of (Repository As Repository, ChildCollection As IChildCollectionDefinition, Attributes As IEnumerable(Of IDataAttribute), References As IEnumerable(Of ObjectReference)))
Get
public:
property IEnumerable<ValueTuple<Repository^, IChildCollectionDefinition^, IEnumerable<IDataAttribute^>^, IEnumerable<ObjectReference^>^>^>^ ChildDependencies {
IEnumerable<ValueTuple<Repository^, IChildCollectionDefinition^, IEnumerable<IDataAttribute^>^, IEnumerable<ObjectReference^>^>^>^ get ();
}
member ChildDependencies : IEnumerable<ValueTuple<Repository, IChildCollectionDefinition, IEnumerable<IDataAttribute>, IEnumerable<ObjectReference>>> with get
Property Value
Type:
IEnumerableValueTupleRepository,
IChildCollectionDefinition,
IEnumerableIDataAttribute,
IEnumerableObjectReference
The child attributes.
See Also