Class used to represent a coordinate range for the purpose of defining a 
DataRegion.
            
 Inheritance Hierarchy
Inheritance Hierarchy 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
 Syntax
Syntaxpublic abstract class DataRegionRange<T>
where T : struct, new(), IComparable<T>
Public MustInherit Class DataRegionRange(Of T As {Structure, New, IComparable(Of T)})generic<typename T>
where T : value class, gcnew(), IComparable<T>
public ref class DataRegionRange abstract
[<AbstractClassAttribute>]
type DataRegionRange<'T when 'T : struct, new() and IComparable<'T>> =  class end
Type Parameters
- T
- The supported types are Number and DateTime.
The DataRegionRangeT type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | Maximum | 
            Gets the range maximum value.
             | 
|  | Minimum | 
            Gets the range minimum value.
             | 
Top See Also
See Also