dundas.data.ResultShaping Class

 

Inheritance Hierarchy

 
Class
   dundas.data.ResultShaping
 

Constructors

 
  Name Description
init Initializes the ResultShaping. Called during construction.
 
 

Properties

 
  Name Description
shape Gets or sets a value indicating the result options (see dundas.data.ResultType). The result could consist of all data records, or the simplified data records.
simplificationData Gets or sets additional data to pass to the chosen simplification algorithm.
simplificationRuleId Gets or sets the simplification ID, when simplification rules are to be applied to the result.
 
 

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.