dundas.data.DataRegion Class

Class used to represent a data cell region defined within a cellset result.
 

Inheritance Hierarchy

 
Class
   dundas.data.DataRegion
 

Constructors

 
  Name Description
init Initializes the DataRegion. Called during construction.
 
 

Properties

 
  Name Description
measureUniqueName Gets or sets the unique name of the measure requested from this region or null to request all.
numericRanges Gets the numeric ranges for the current instance.
ordinals Gets the ordinal coordinates for the current instance.
timeRanges Gets the date ranges used to define the current instance.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.