Public Enum Operator Inherits System.Enum
Dim instance As Operator
public enum Operator : System.Enum
Public Enum Operator Inherits System.Enum
Dim instance As Operator
public enum Operator : System.Enum
Member | Description |
---|---|
IsBetween | Defines the Is Between condition/operator (6). |
IsContainedIn | Defines the Is Contained In condition/operator (8). |
IsEqualTo | Defines the Is Equal To condition/operator (3). |
IsGreaterThan | Defines the Is Greater Than condition/operator (4). |
IsGreaterThanOrEqualTo | Defines the Is Greater Than or Equal To condition/operator (5). |
IsLessThan | Defines the Is Less Than condition/operator (0). |
IsLessThanOrEqualTo | Defines the Is Less Than or Equal To condition/operator (1). |
IsNotBetween | Defines the Is Not Between condition/operator (7). |
IsNotContainedIn | Defines the Is Not Contained In condition/operator (9). |
IsNotEqualTo | Defines the Is Not Equal To condition/operator (2). |
System.Object
System.ValueType
System.Enum
AIR.Services.LossAnalysis.EventFilter.Data.Operator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2