Class used to represent a coordinate range for the purpose of defining a
DataRegion.
Inheritance Hierarchy
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>
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
| Name | Description |
---|
| Maximum |
Gets the range maximum value.
|
| Minimum |
Gets the range minimum value.
|
TopSee Also