Click or drag to resize
FilterCondition Enumeration
An enumeration of the different conditions that a value can be filtered on.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum FilterCondition
Members
  Member nameValueDescription
Invalid0 The filter condition is invalid or missing.
Between1 The value must lie between two inclusive values.
StartsWith2 The value must start with a fixed string.
EndsWith3 The value must end with a fixed string.
Equals4 The value must equal a fixed value.
Contains5 The value must contain a fixed string.
See Also