IAttachable Methods |
The IAttachable type exposes the following members.
Name | Description | |
---|---|---|
AttachToParent |
Attaches the current object to a parent object.
| |
DetachFromParent |
Detaches the current object from its parent object.
| |
OnDeserialization |
Restores the correct state when the object is being deserialized.
| |
VisitChildren |
Executes an action for all direct children of the current object.
(Inherited from IAggregatable.) |
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.) |