IndicatorExpression class
A condition is an ANDed grouping of two through nine indicators that must all be in effect (set off if N or ! is specified; set on if N or ! is not specified) before the field or keyword is selected. You can specify a maximum of nine indicators for each condition and nine conditions for each field or keyword. You can also specify several conditions for a field or keyword so that if any one of them is satisfied, the field or the keyword is selected. This is called an OR relationship example: 1 & 2 & !3 | 44 & 55 | 60
Namespace: ASNA.DataGate.Common Assembly: ASNA.QSys.DataGate.Client.dll
Inheritance: Object
Constructors
| Name | Description |
|---|---|
| IndicatorExpression(String) | Initializes a new instance of the class with the specified expression string. |
Methods
| Signature | Description |
|---|---|
| Eval(Char[]) | Evaluates the indicator expression against the provided set of indicators. |