dundas.data.DataTupleChange Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataTupleChange
 

Constructors

 
  Name Description
init Initializes the DataTupleChange. Called during construction.
 
 

Properties

 
  Name Description
newOrdinals Gets the ordinal numbers of this tuple in the new data result.
oldOrdinals Gets the ordinal numbers of this tuple in the old data result.
tuple Gets the tuple. See Dundas.BI.WebApi.Models.DataTupleData for return structure.
 
 

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.