DataResultData Class | 
Namespace: Dundas.BI.WebApi.Models
The DataResultData type exposes the following members.
| Name | Description | |
|---|---|---|
| DataResultData | 
            Initializes a new instance of the DataResultData class.
              | 
| Name | Description | |
|---|---|---|
| Cellset | 
            Gets the records.
              | |
| ClientData | 
            Gets the client data information that is returned unmodified with the result.
              | |
| DataStamp | 
            Gets the data stamp information.
              | |
| Exception | 
            Gets the exception, if there was one.
              | |
| Measurements | 
            Gets the query measurements, if requested by the client.
              | |
| MetricSet | 
            Gets the metric set the result was queried for.
              | |
| ParameterValueCaptions | 
            Gets the public parameter value captions, if requested by the client.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | |
| Warnings | 
            Gets the warnings.
              | 
| Name | Description | |
|---|---|---|
| ToDataContractMappings | 
            The mapping between DataResult and DataResultData.
              |