BatchedDataRequestData Class

The data contract object for requesting a BatchedClientRequest class.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class BatchedDataRequestData : BaseDataContract

The BatchedDataRequestData type exposes the following members.

Constructors
  NameDescription
Public methodBatchedDataRequestData
Initializes a new instance of the BatchedDataRequestData class.
Top
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
Methods
  NameDescription
Public methodToClientRequest
Converts this DataRequestData to a server-based client request.
Public methodStatic memberToDataContractMappings
The mapping between BatchedDataRequestData and BatchedClientRequest.
Top
See Also