DataRegionRangeDataT Class

Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataRegionRangeDataT
      Dundas.BI.WebApi.ModelsDataRegionDateTimeRangeData
      Dundas.BI.WebApi.ModelsDataRegionNumericRangeData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
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 DataRegionRangeDataT type exposes the following members.

Constructors
  NameDescription
Protected methodDataRegionRangeDataT
Initializes a new instance of the DataRegionRangeDataT 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