DataRegionData Class

The data contract class to represent a DataRegion class.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class DataRegionData : BaseDataContract

The DataRegionData type exposes the following members.

Constructors
  NameDescription
Public methodDataRegionData
Initializes a new instance of the DataRegionData class.
Top
Properties
  NameDescription
Public propertyMeasureUniqueName
Gets the measure unique name.
Public propertyNumericRanges
Gets the numeric ranges for the current instance.
Public propertyOrdinals
Gets the ordinal coordinates for the current instance.
Public propertyTimeRanges
Gets the DateTime ranges used to define the current instance.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also