A shared repository for DataRange. The repository can be used to store DataRange and use them wherever it's needed. In this way it's possible to modify a DataRange once and apply the changes everywhere

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'T>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'T>)>)>
      Ico.Awx..::..Repository<(Of <(<'DataRange, DataCriteria>)>)>
        Ico.Awx..::..DataRangesRepository
          Ico.Awx..::..RangesRepository

See Also