Skip to main content
.NET 6.0+

LocalizedCriteriaWrapper(Type, CriteriaOperator, Object) Constructor

Creates an instance of the LocalizedCriteriaWrapper class for the specified criterion.

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public LocalizedCriteriaWrapper(
    Type objectType,
    CriteriaOperator criteriaOperator,
    object currentObject
)

Parameters

Name Type Description
objectType Type

The type of the objects for which the passed criterion string is constructed.

criteriaOperator CriteriaOperator

The CriteriaOperator object for which the LocalizedCriteriaWrapper instance must be created.

currentObject Object

The object for which the LocalizedCriteriaWrapper instance must be created.

See Also