Name | Description | |
---|---|---|
![]() | FilterByRule Constructor |
The following tables list the members exposed by FilterByRule.
Name | Description | |
---|---|---|
![]() | FilterByRule Constructor |
Name | Description | |
---|---|---|
![]() | EventAttributeID | Contains the identifier of the attribute to include in the rule.
You can view the supported identifiers in the tEventFilterRuleAttribute table in the AIRReference database. For example, a value of 1 indicates earthquake depth. |
![]() | EventAttributeName | Contains the name of the attribute to include in the rule. |
![]() | OperatorID | Contains an Operator object that defines the condition (that is, the logical operator) to include in the rule. |
![]() | Value1 | Contains the value or lower bounding value of the range for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule. |
![]() | Value2 | Contains the higher bounding value of the range for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule. |
![]() | ValueList | Contains a list of values for the attribute (EventAttributeName and EventAttributeID) that you specified for the rule if you use the IsContainedIn or IsNotContainedIn condition. |