DataRegionRangeDataT Class

The data contract class to represent a class deriving from DataRegionRangeT.
Inheritance Hierarchy

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.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 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