dundas.data.BatchRequest Class

 

Inheritance Hierarchy

 
Class
   dundas.data.RequestBase
      dundas.data.BatchRequest
 

Constructors

 
  Name Description
init Initializes the BatchRequest. Called during construction. Inherited from dundas.data.RequestBase.
 
 

Properties

 
  Name Description
batches Gets or sets the collection of batches.
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. Inherited from dundas.data.RequestBase.
objectId Gets or sets the object ID for which data is requested. Inherited from dundas.data.RequestBase.
options Gets or sets the options for requesting additional information. Inherited from dundas.data.RequestBase.
overrides Gets or sets the optional request overrides, for optimized data retrieval. Inherited from dundas.data.RequestBase.
parameterValues Gets the values for all the parameters defined for the business object. Inherited from dundas.data.RequestBase.
parameterValueTextCategory Gets or sets the value indicating whether the result should contain simplified, complete or no captions for all public parameter values. Inherited from dundas.data.RequestBase.
requestData Gets or sets any extra information the client wishes to store as data with this request. This is not sent to the server. Inherited from dundas.data.RequestBase.
shapingOptions Gets or sets the options for shaping the result. Inherited from dundas.data.RequestBase.
viewId Gets or sets the ID of the View (Dashboard, Report, etc.) that contains this request (if any). Inherited from dundas.data.RequestBase.
 
 

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.