The following tables list the members exposed by AESubconditionElement.
Public Constructors
Public Fields
| Name | Description |
 | DefaultDefinition | Default definition of the subcondition. An empty string.
The value of this constant is "" (String.Empty). |
 | DefaultDescription | Default description. An empty string.
The value of this constant is "" (String.Empty). |
 | DefaultName | Default subcondition name. An empty string.
The value of this constant is "" (String.Empty). |
 | DefaultSeverity | Default subcondition severity. Equals to zero.
The value of this constant is 0. |
Top
Public Properties
| Name | Description |
 | Definition | An expression which defines the sub-state represented by the sub-condition. |
 | Description | The text string to be included in any event notification generated on behalf of this sub-condition. |
 | Name | The name assigned to the sub-condition, e.g. "HighAlarm" for a sub-condition of "LevelAlarm". |
 | Severity | The severity of any event notifications generated on behalf of this sub-condition. |
Top
Public Methods
Extension Methods
| Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
See Also