An element that represent an alarm notification and all the related properties

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class AlarmData : BindableObject
Visual Basic
Public Class AlarmData _
	Inherits BindableObject
JScript
public class AlarmData extends BindableObject

Remarks

We need to implement INotifyPropertyChanged in order to avoid crashes in the GUI

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.Awx..::..AlarmData

See Also