Skip to main content
All docs
V23.2

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
ApplyProperties(T, Object) Populates the specified Persistent Object with the detached object’s properties.
ConvertToDetachedObjects(IEnumerable<T>) Creates detached objects from the collection of Persistent Objects. A detached object stores properties associated with the Persistent Object’s properties.
Create(String, String[]) static Creates the DetachedObjectsHelper<T> instance with the specified parameters.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetKey(Object) Gets the key value of the specified detached object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetKey(Object, Object) Sets the key value of the specified detached object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also