DataRegionRangeDataT Class |
Namespace: Dundas.BI.WebApi.Models
[DataContractAttribute] public abstract class DataRegionRangeData<T> : BaseDataContract where T : struct, new(), IComparable<T>
The DataRegionRangeDataT type exposes the following members.
Name | Description | |
---|---|---|
DataRegionRangeDataT |
Initializes a new instance of the DataRegionRangeDataT class.
|
Name | Description | |
---|---|---|
Maximum |
Gets the range maximum value.
| |
Minimum |
Gets the range minimum value.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |