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 = 10Betwen.
Contains = 13Contains.
EndsWith = 12Ends with.
Equal = 0Equal.
Greater = 2Greater than.
GreaterOrEqual = 3Greater than or equal.
In = 6In.
IsMatch = 14Is match.
IsNotNull = 9Is not null.
IsNull = 8Is null.
Less = 4Less than.
LessOrEqual = 5Less than or equal.
NotEqual = 1Not equal.
NotIn = 7Not in.
StartsWith = 11Starts with.