A strongly typed DataRange collection.

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

Syntax

C#
public sealed class RangesRepository : DataRangesRepository
Visual Basic
Public NotInheritable Class RangesRepository _
	Inherits DataRangesRepository
JScript
public final class RangesRepository extends DataRangesRepository

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