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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetKey(Object)
|
Gets the key value of the specified detached object.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SetKey(Object, Object)
|
Sets the key value of the specified detached object.
|
ToString()
|
Returns a string that represents the current object.
|