Open this page in the API Guide

DataRegionRangeData<T> Class

Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.BaseDataContract
    Dundas.BI.WebApi.Models.DataRegionRangeData<T>
      Dundas.BI.WebApi.Models.DataRegionDateTimeRangeData
      Dundas.BI.WebApi.Models.DataRegionNumericRangeData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public abstract class DataRegionRangeData<T> : BaseDataContract
where T : struct, new(), IComparable<T>

Type Parameters

T
The type of values defining the range.

The DataRegionRangeData<T> type exposes the following members.

Constructors
  NameDescription
Protected methodDataRegionRangeData<T>
Initializes a new instance of the DataRegionRangeData<T> class.
Top
Properties
  NameDescription
Public propertyMaximum
Gets the range maximum value.
Public propertyMinimum
Gets the range minimum value.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also