A Wrapper for the Generics list of AlarmData used to keep compatibility with Scripting

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

Syntax

C#
public class DataRowList : List<DataRow>
Visual Basic
Public Class DataRowList _
	Inherits List(Of DataRow)
JScript
public class DataRowList extends List<DataRow>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'DataRow>)>)>
    Ico.Awx.DataGrid..::..DataRowList

See Also