dundas.data.DataResult Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataResultBase
      dundas.data.DataResult
 

Constructors

 
  Name Description
init Initializes the DataResult. Called during construction. Inherited from dundas.data.DataResultBase.
 
 

Properties

 
  Name Description
cellset Gets the records.
clientData Gets or sets the client data information that is returned unmodified with the result. Inherited from dundas.data.DataResultBase.
dataStamp Gets or sets the data stamp information. See Dundas.BI.WebApi.Models.DataStampData for return structure. Inherited from dundas.data.DataResultBase.
exception Gets or sets the exception that might have come during retrieval. Inherited from dundas.data.DataResultBase.
measurements Gets or sets the measurements as key value pairs between what the measurement is reading, and the value of the measurement. Inherited from dundas.data.DataResultBase.
metricSet Gets or sets the involved metric set. Inherited from dundas.data.DataResultBase.
parameterValueCaptions Gets the public parameter value captions, if requested by the client. Inherited from dundas.data.DataResultBase.
request Gets the request for which this result was returned. Inherited from dundas.data.DataResultBase.
warnings Gets or sets any warnings that might have come during retrieval. See Dundas.BI.WebApi.Models.DataWarningData for return structure. Inherited from dundas.data.DataResultBase.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
getParameterValueCaption Gets the parameter value caption included in this data result for the specified parameter ID. Inherited from dundas.data.DataResultBase.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.