IObjectSpace.GetObjects(Type) Method
Retrieves objects of the specified type from the current Object Space. Returns an IList collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type of objects that are retrieved. |
Returns
Type | Description |
---|---|
IList | A IList collection that contains the persistent objects of the specified type. |
Remarks
Use the FindObject overload with a criteria parameter instead of this overload.
See Also