The OperatorComment type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OperatorComment |
Initializes a new instance of the OperatorComment class. It initializes the title and the comment
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AckType |
The AckType that must be selected in the AcknowledgeEditor
to show this pre-defined comment
| |
| AlarmType |
The ConditionType that must be selected in the AcknowledgeEditor
to show this pre-defined comment
| |
| Comment |
The content of the comment
| |
| ConditionType |
The ConditionType that must be selected in the AcknowledgeEditor
to show this pre-defined comment
| |
| MaxSeverity |
The maximum severity that must be set in the AcknowledgeEditor
to show this pre-defined comment
| |
| MinSeverity |
The minimum severity that must be set in the AcknowledgeEditor
to show this pre-defined comment
| |
| Title |
The title of the comment
| |
| VisibleOnly |
If true the Comment will be visualized only if the "VisibleOnly" check box in the AcknowledgeEditor will be selected
|