DetachedObjectsHelper<T>.ConvertToDetachedObjects(IEnumerable<T>) Method
Creates detached objects from the collection of Persistent Objects. A detached object stores properties associated with the Persistent Object’s properties.
Namespace: DevExpress.Xpf.Data
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | IEnumerable<T> | A collection of Persistent Objects. |
Returns
Type | Description |
---|---|
Object[] | An array of detached objects. |
See Also