DataRequestData Class |
Namespace: Dundas.BI.WebApi.Models
The DataRequestData type exposes the following members.
Name | Description | |
---|---|---|
DataRequestData |
Initializes a new instance of the DataRequestData class.
| |
DataRequestData(String) |
Initializes a new instance of the DataRequestData class.
|
Name | Description | |
---|---|---|
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.
| |
PagingOptions |
Gets the paging options, when result records are retrieved in pages.
| |
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.
| |
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 DataRequestData and ClientRequest.
|