Click or drag to resize
AlarmInfo Class
diaGlobWrapper Help
Encapsulates Alarm event information.
Inheritance Hierarchy
SystemObject
  InkostarAlarmInfo

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public sealed class AlarmInfo

The AlarmInfo type exposes the following members.

Constructors
  NameDescription
Public methodAlarmInfo
Initializes a new instance of the AlarmInfo class
Top
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.)
Top
Properties
  NameDescription
Public propertyName
Returns the alarm name for the current alarm event.
Public propertyNumber
Returns the alarm number for the current alarm event.
Public propertySourceObjectId
Returns the alarm source object (ASO) ID for the current alarm event.
Public propertySourceObjectName
Returns the alarm source object (ASO) name of the current alarm event.
Top
See Also