Contains a list of DataCriteria. The list is evaluated when new data element come from the server in order to group a set of elements together

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

Syntax

C#
public class DataRange : RepositoryList<DataCriteria>
Visual Basic
Public Class DataRange _
	Inherits RepositoryList(Of DataCriteria)
JScript
public class DataRange extends RepositoryList<DataCriteria>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DataCriteria>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'DataCriteria>)>)>
      Ico.Awx..::..RepositoryList<(Of <(<'DataCriteria>)>)>
        Ico.Awx..::..DataRange
          Ico.Awx..::..Range

See Also