IAggregatable Methods |
The IAggregatable type exposes the following members.
Name | Description | |
---|---|---|
VisitChildren |
Executes an action for all direct children of the current object.
|
Name | Description | |
---|---|---|
GetChildren |
Gets the list of children of a specified parent object.
(Defined by AggregatableExtensions.) | |
GetDistinctChildren |
Gets a list of distinct children of a specified parent object.
(Defined by AggregatableExtensions.) | |
IsDescendantOf |
Determines whether a specified object is a descendant of a specified ancestor.
(Defined by AggregatableExtensions.) | |
VisitSelfAndDescendants |
Executes a ChildVisitor for the a specified parent object and all its descendants.
(Defined by AggregatableExtensions.) |