BatchedDataRequestData Class |
Namespace: Dundas.BI.WebApi.Models
The BatchedDataRequestData type exposes the following members.
Name | Description | |
---|---|---|
![]() | BatchedDataRequestData |
Initializes a new instance of the BatchedDataRequestData class.
|
Name | Description | |
---|---|---|
![]() | Batches |
Gets the batches information for the current request.
|
![]() | ClientData |
Gets the client data information that is returned unmodified with the result.
|
![]() | ObjectId | Gets the object ID for which data is requested. |
![]() | Options |
Gets the options for requesting additional information.
|
![]() | Overrides |
Gets or sets the optional request overrides, for customizing the data retrieval process.
|
![]() | ParameterValues |
Gets the values for all the parameters defined for the business object.
|
![]() | ShapingOptions |
Gets the options for shaping the result.
|
![]() | UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) |
![]() | ViewId |
Gets or sets the view ID that contains the object for which data is requested.
|
Name | Description | |
---|---|---|
![]() | ToClientRequest |
Converts this DataRequestData to a server-based client request.
|
![]() ![]() | ToDataContractMappings |
The mapping between BatchedDataRequestData and BatchedClientRequest.
|