Open this page in the API Guide

DataRegionNumericRangeData Class

The data contract class to represent a DataRegionNumericRange class.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.BaseDataContract
    Dundas.BI.WebApi.Models.DataRegionRangeData<Double>
      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 class DataRegionNumericRangeData : DataRegionRangeData<double>

The DataRegionNumericRangeData type exposes the following members.

Constructors
  NameDescription
Public methodDataRegionNumericRangeData
Initializes a new instance of the DataRegionNumericRangeData class.
Top
Properties
See Also