Skip to main content

FunctionOperator(FunctionOperatorType, IEnumerable<CriteriaOperator>) Constructor

Initializes a new FunctionOperator instance with the specified predefined function type and operands.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

Declaration

public FunctionOperator(
    FunctionOperatorType type,
    IEnumerable<CriteriaOperator> operands
)

Parameters

Name Type Description
type FunctionOperatorType

The function type.

operands IEnumerable<CriteriaOperator>

A collection of operands that the function manipulates.

See Also