DetachedObjectsHelper<T> Methods
The helper class that contains detached objects. A detached object stores properties associated with the Persistent Object’s properties. Use this class to access the Persistent Object’s properties when the object is disposed of.
Name | Description |
---|---|
Apply |
Populates the specified Persistent Object with the detached object’s properties. |
Convert |
Creates detached objects from the collection of Persistent Objects. A detached object stores properties associated with the Persistent Object’s properties. |
Create |
Creates the Detached |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the key value of the specified detached object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
Sets the key value of the specified detached object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also