Method AttachToParent
AttachToParent(RelationshipInfo, IAttacher, Object)
Attaches the current object to a parent object.
Declaration
bool AttachToParent(RelationshipInfo relationshipInfo, IAttacher attacher, object attacherState)
Parameters
Type | Name | Description |
---|---|---|
RelationshipInfo | relationshipInfo | Information about the relationship of the parent node relatively to the current node. The Relationship property must be set to Child or ParentSurrogate. |
IAttacher | attacher | A service that allows the current node to attach itself to the parent. |
Object | attacherState | An opaque state object to be passed as the first argument to all methods of the IAttacher interface. |
Returns
Type | Description |
---|---|
Boolean |
|