BatchedResultData Class

Represents the data contract for a BatchedResult class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsBatchedResultData

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 BatchedResultData : BaseDataContract

The BatchedResultData type exposes the following members.

Constructors
 NameDescription
Public methodBatchedResultData Initializes a new instance of the BatchedResultData class.
Top
Properties
 NameDescription
Public propertyCellsets Gets the batched cell sets.
Public propertyClientData Gets the client data information that is returned unmodified with the result.
Public propertyDataStamp Gets the data stamp information.
Public propertyDynamicElementMappings Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
Public propertyException Gets the exception, if there was one.
Public propertyHierarchies Gets the cell set hierarchies.
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 BatchedResult and BatchedResultData.
Top
See Also