Show / Hide Table of Contents

Enum FilterOperator

Operator used in Filter

Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
public enum FilterOperator

Contains

Left operand must contain the right one.

DoesNotContain

Left operand must not contain the right one.

EndsWith

Left operand must end with the right one.

IsContainedIn

Left operand must be contained in the right one.

IsEmpty

Operand is empty.

IsEqualTo

Left operand must be equal to the right one.

IsGreaterThan

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

IsGreaterThanOrEqualTo

Left operand must be larger than the right one.

IsLessThan

Left operand must be smaller than the right one.

IsLessThanOrEqualTo

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

IsNotEmpty

Operand is not empty.

IsNotEqualTo

Left operand must be different from the right one.

IsNotNull

Operand is not null.

IsNull

Operand is null.

StartsWith

Left operand must start with the right one.

Extension Methods

EnumFlagExtensions.IsFlag<T>(T)
EnumFlagExtensions.AddFlag<T>(T)
EnumFlagExtensions.RemoveFlag<T>(T)
AnnotationsExtensions.IsValid()
Back to top Generated by DocFX