Defines the meta data for the cells of an AlarmData

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

Syntax

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

Remarks

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

Inheritance Hierarchy

System..::..Object
  BindableObject
    Ico.Awx.Common..::..CellData

See Also