DataResultData Class

Represents the data contract for a DataResult 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 DataResultData : BaseDataContract

The DataResultData type exposes the following members.

Constructors
  NameDescription
Public methodDataResultData
Initializes a new instance of the DataResultData class.
Top
Properties
  NameDescription
Public propertyCellset
Gets the records.
Public propertyClientData
Gets the client data information that is returned unmodified with the result.
Public propertyDataStamp
Gets the data stamp information.
Public propertyException
Gets the exception, if there was one.
Public propertyMeasurements
Gets the query measurements, if requested by the client.
Public propertyMetricSet
Gets the metric set the result was queried for.
Public propertyParameterValueCaptions
Gets the public parameter value captions, if requested by the client.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyWarnings
Gets the warnings.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between DataResult and DataResultData.
Top
See Also