The OperatorComment type exposes the following members.

Constructors

  NameDescription
Public methodOperatorComment
Initializes a new instance of the OperatorComment class. It initializes the title and the comment

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAckType
The AckType that must be selected in the AcknowledgeEditor to show this pre-defined comment
Public propertyAlarmType
The ConditionType that must be selected in the AcknowledgeEditor to show this pre-defined comment
Public propertyComment
The content of the comment
Public propertyConditionType
The ConditionType that must be selected in the AcknowledgeEditor to show this pre-defined comment
Public propertyMaxSeverity
The maximum severity that must be set in the AcknowledgeEditor to show this pre-defined comment
Public propertyMinSeverity
The minimum severity that must be set in the AcknowledgeEditor to show this pre-defined comment
Public propertyTitle
The title of the comment
Public propertyVisibleOnly
If true the Comment will be visualized only if the "VisibleOnly" check box in the AcknowledgeEditor will be selected

See Also