dundas.data.DataRegionOrdinals Class

Class used to model cellset ordinal coordinates for a data region.
 

Inheritance Hierarchy

 
Class
   dundas.data.DataRegionOrdinals
 

Constructors

 
  Name Description
init Initializes the DataRegionOrdinals. Called during construction.
 
 

Properties

 
  Name Description
bottomRightColumnOrdinal Gets or sets the bottom right column tuple ordinal when the current instance is ordinal based.
bottomRightRowOrdinal Gets or sets the bottom right row tuple ordinal when the current instance is ordinal based.
topLeftColumnOrdinal Gets or sets the top left column tuple ordinal when the current instance is ordinal based.
topLeftRowOrdinal Gets or sets the top left row tuple ordinal when the current instance is ordinal based.
 
 

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.