TypeAdapter Methods |
The TypeAdapter type exposes the following members.
Name | Description | |
---|---|---|
AttachChild |
Attaches an item to a parent. This method is typically invoked by implementations of AttachToParent(Object, RelationshipInfo, IAttacher, Object) to attach items or children to the parent.
| |
AttachToParent |
Attaches an object to a parent object.
| |
DetachChild |
Detaches an item from its parent. This method is typically invoked by implementations of DetachFromParent(Object, Object, RelationshipInfo) to detach items or children from the parent.
| |
DetachFromParent |
Detaches an object from its parent object.
| |
VisitChildren |
Visit children or collection items.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |