Open this page in the API Guide

DataRegionRange<T> Class

Class used to represent a coordinate range for the purpose of defining a DataRegion.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataRetrieval.DataRegionRange<T>
    Dundas.BI.Data.DataRetrieval.DataRegionDateTimeRange
    Dundas.BI.Data.DataRetrieval.DataRegionNumericRange

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
public abstract class DataRegionRange<T>
where T : struct, new(), IComparable<T>

Type Parameters

T
The supported types are Number and DateTime.

The DataRegionRange<T> type exposes the following members.

Properties
  NameDescription
Public propertyMaximum
Gets the range maximum value.
Public propertyMinimum
Gets the range minimum value.
Top
See Also