Enum
FilterOperator

Operator used in FilterDescriptor

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public enum FilterOperator

Fields

Contains

Left operand must contain the right one.

Declaration

cs-api-definition
Contains = 8

Field Value

FilterOperator

DoesNotContain

Left operand must not contain the right one.

Declaration

cs-api-definition
DoesNotContain = 10

Field Value

FilterOperator

EndsWith

Left operand must end with the right one.

Declaration

cs-api-definition
EndsWith = 7

Field Value

FilterOperator

IsContainedIn

Left operand must be contained in the right one.

Declaration

cs-api-definition
IsContainedIn = 9

Field Value

FilterOperator

IsEmpty

Operand is empty.

Declaration

cs-api-definition
IsEmpty = 13

Field Value

FilterOperator

IsEqualTo

Left operand must be equal to the right one.

Declaration

cs-api-definition
IsEqualTo = 2

Field Value

FilterOperator

IsGreaterThan

Left operand must be larger than or equal to the right one.

Declaration

cs-api-definition
IsGreaterThan = 5

Field Value

FilterOperator

IsGreaterThanOrEqualTo

Left operand must be larger than the right one.

Declaration

cs-api-definition
IsGreaterThanOrEqualTo = 4

Field Value

FilterOperator

IsLessThan

Left operand must be smaller than the right one.

Declaration

cs-api-definition
IsLessThan = 0

Field Value

FilterOperator

IsLessThanOrEqualTo

Left operand must be smaller than or equal to the right one.

Declaration

cs-api-definition
IsLessThanOrEqualTo = 1

Field Value

FilterOperator

IsNotEmpty

Operand is not empty.

Declaration

cs-api-definition
IsNotEmpty = 14

Field Value

FilterOperator

IsNotEqualTo

Left operand must be different from the right one.

Declaration

cs-api-definition
IsNotEqualTo = 3

Field Value

FilterOperator

IsNotNull

Operand is not null.

Declaration

cs-api-definition
IsNotNull = 12

Field Value

FilterOperator

IsNotNullOrEmpty

Operand is not null or empty.

Declaration

cs-api-definition
IsNotNullOrEmpty = 16

Field Value

FilterOperator

IsNull

Operand is null.

Declaration

cs-api-definition
IsNull = 11

Field Value

FilterOperator

IsNullOrEmpty

Operand is null or empty.

Declaration

cs-api-definition
IsNullOrEmpty = 15

Field Value

FilterOperator

StartsWith

Left operand must start with the right one.

Declaration

cs-api-definition
StartsWith = 6

Field Value

FilterOperator

Extension Methods