BatchedDataRequestData Properties

The BatchedDataRequestData type exposes the following members.

Properties
  NameDescription
Public propertyBatches
Gets the batches information for the current request.
Public propertyClientData
Gets the client data information that is returned unmodified with the result.
Public propertyObjectId
Gets the object ID for which data is requested.
Public propertyOptions
Gets the options for requesting additional information.
Public propertyOverrides
Gets or sets the optional request overrides, for customizing the data retrieval process.
Public propertyParameterValues
Gets the values for all the parameters defined for the business object.
Public propertyShapingOptions
Gets the options for shaping the result.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyViewId
Gets or sets the view ID that contains the object for which data is requested.
Top
See Also