ParentAdapter Members
Include Protected Members
Include Inherited Members
Provides an extension point for any type that can be a parent of child objects.
The ParentAdapter type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ParentAdapter class.
Top
Methods
Name
Description
Gets a value indicating whether the specified parent object can be a parent to an object of the specified type.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets a value indicating whether the specified child item is a child of the specified parent item.
Creates a shallow copy of the current Object. (Inherited from Object.)
Changes the parent of an object to another parent.
Redirect a reference from one parent to another. .
Replaces the current parent of the specified child with a new parent.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the type of adapter this class represents. (Overrides Adapter.AdapterType.)
Top