Table of Contents

Enum FilterOperator

Namespace
GroupeIsa.Neos.EndToEndTests.UI.Components
Assembly
GroupeIsa.Neos.EndToEndTests.UI.dll

Specifies the criterion operator of a property in a datasource filter operation.

public enum FilterOperator

Fields

Between = 10

Betwen.

Contains = 13

Contains.

EndsWith = 12

Ends with.

Equal = 0

Equal.

Greater = 2

Greater than.

GreaterOrEqual = 3

Greater than or equal.

In = 6

In.

IsMatch = 14

Is match.

IsNotNull = 9

Is not null.

IsNull = 8

Is null.

Less = 4

Less than.

LessOrEqual = 5

Less than or equal.

NotEqual = 1

Not equal.

NotIn = 7

Not in.

StartsWith = 11

Starts with.