Alarm Class
Represents an alarm.
Inheritance Hierarchy
System.Object
TcHmiSrv.IObject
TcHmiSrv.Localizable
TcHmiSrv.Alarm
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public class Alarm : Localizable, IEquatable<Alarm>
The Alarm type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the Alarm class. | |
|
Initializes a new instance of the Alarm class based on another Alarm. | |
|
Initializes a new instance of the Alarm class with the specified Context and name. |
Properties
|
Name |
Description |
---|---|---|
|
Gets or sets the AlarmState of the Alarm. | |
|
Gets or sets the AlarmConfirmationState of the Alarm. | |
|
Gets or sets the domain that triggered the Alarm. | |
|
Gets or sets the unique ID of the Alarm. | |
|
Gets a value that indicates whether the Alarm is set. | |
|
Gets or sets the name of the Alarm. | |
|
Gets the parameters of the Alarm. | |
|
Gets or sets the Severity of the Alarm. | |
|
Gets or sets the time the Alarm was cleared. | |
|
Gets or sets the time the Alarm was confirmed. | |
|
Gets or sets the time the Alarm was raised. | |
|
Gets the type of the Alarm. (ValueType_Alarm) |
Methods
|
Name |
Description |
---|---|---|
|
Obsolete. Gets the AlarmState of the Alarm. | |
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the Alarm and optionally releases the managed resources (Overrides Localizable.Dispose(Boolean).) | |
|
Indicates whether the current Alarm is equal to another Alarm. | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
(Inherited from IObject.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Exchanges the values of two instances of the Alarm class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified Alarm is equal to the current Alarm. | |
|
Determines whether the specified Alarm is not equal to the current Alarm. |