BaseObjectSpace.GetObjectsCriteria(ITypeInfo, IList) Method
In This Article
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
public CriteriaOperator GetObjectsCriteria(
ITypeInfo objectTypeInfo,
IList objects
)
#Parameters
Name | Type | Description |
---|---|---|
object |
IType |
An IType |
objects | IList | An IList collection of business objects. |
#Returns
Type | Description |
---|---|
Criteria |
A Criteria |
See Also