Touchstone 11.0 API Reference
Operator Enumeration


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.EventFilter.Data Namespace : Operator Enumeration
Defines a set of conditions (that is, operators) for creating Event Set Filters.
Syntax
Public Enum Operator 
   Inherits System.Enum
Dim instance As Operator
public enum Operator : System.Enum 
Members
MemberDescription
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).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.LossAnalysis.EventFilter.Data.Operator

Requirements

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

See Also

Reference

AIR.Services.LossAnalysis.EventFilter.Data Namespace