StatisticsResultData Class

Represents the data contract for a StatisticsResult class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsStatisticsResultData

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

The StatisticsResultData type exposes the following members.

Constructors
 NameDescription
Public methodStatisticsResultData Initializes a new instance of the StatisticsResultData class.
Top
Properties
 NameDescription
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 propertyMetricSet Gets the metric set the result was queried for.
Public propertyStatistics Gets the query measurements, 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 StatisticsResult and StatisticsResultData.
Top
See Also