dundas.data.DataResultBase Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DataResultBase
      dundas.data.BatchedDataResult
      dundas.data.DataResult
 

Constructors

 
  Name Description
init Initializes the DataResultBase. Called during construction.
 
 

Properties

 
  Name Description
clientData Gets or sets the client data information that is returned unmodified with the result.
dataStamp Gets or sets the data stamp information. See Dundas.BI.WebApi.Models.DataStampData for return structure.
exception Gets or sets the exception that might have come during retrieval.
measurements Gets or sets the measurements as key value pairs between what the measurement is reading, and the value of the measurement.
metricSet Gets or sets the involved metric set.
parameterValueCaptions Gets the public parameter value captions, if requested by the client.
request Gets the request for which this result was returned.
warnings Gets or sets any warnings that might have come during retrieval. See Dundas.BI.WebApi.Models.DataWarningData 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.
getParameterValueCaption Gets the parameter value caption included in this data result for the specified parameter ID.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.