DataRegionDateTimeRangeData Class

The data contract class to represent a DataRegionDateTimeRange class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataRegionRangeDataDateTime
      Dundas.BI.WebApi.ModelsDataRegionDateTimeRangeData

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 class DataRegionDateTimeRangeData : DataRegionRangeData<DateTime>

The DataRegionDateTimeRangeData type exposes the following members.

Constructors
 NameDescription
Public methodDataRegionDateTimeRangeData Initializes a new instance of the DataRegionDateTimeRangeData class.
Top
Properties
 NameDescription
Public propertyMaximum Gets the range maximum value.
(Inherited from DataRegionRangeDataT)
Public propertyMinimum Gets the range minimum value.
(Inherited from DataRegionRangeDataT)
Public propertyTimeHierarchyUniqueName Gets the unique name for the time hierarchy used to define the range.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
See Also