dundas.data.RequestBase Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestBase
      dundas.data.BatchRequest
      dundas.data.Request
 

Constructors

 
  Name Description
init Initializes the RequestBase. Called during construction.
 
 

Properties

 
  Name Description
clientData Gets the client data information that is returned unmodified with the result. This is used to match the request with the result, and should not be touched.
objectId Gets or sets the object ID for which data is requested.
options Gets or sets the options for requesting additional information.
overrides Gets or sets the optional request overrides, for optimized data retrieval.
parameterValues Gets the values for all the parameters defined for the business object.
parameterValueTextCategory Gets or sets the value indicating whether the result should contain simplified, complete or no captions for all public parameter values.
requestData Gets or sets any extra information the client wishes to store as data with this request. This is not sent to the server.
shapingOptions Gets or sets the options for shaping the result.
viewId Gets or sets the ID of the View (Dashboard, Report, etc.) that contains this request (if any).
 
 

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.