Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.2.dll

Declaration

public CriteriaOperator GetObjectsCriteria(
    ITypeInfo objectTypeInfo,
    IList objects
)

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