DataRegionRangeT Class

Class used to represent a coordinate range for the purpose of defining a DataRegion.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRegionRangeT
    Dundas.BI.Data.DataRetrievalDataRegionDateTimeRange
    Dundas.BI.Data.DataRetrievalDataRegionNumericRange

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.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 DataRegionRangeT type exposes the following members.

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