BaseObjectSpace.GetObjectsCriteria(ITypeInfo, IList) Method
Constructs a criteria that can be used to select the specified list of business objects.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectTypeInfo | ITypeInfo | An ITypeInfo object that provides metadata on the business object’s type. |
objects | IList | An IList collection of business objects. |
Returns
Type | Description |
---|---|
CriteriaOperator | A CriteriaOperator object which is a criterion that can be used to select the specified list of objects. |
See Also