DataCellSetData Class

The data contract class for DataCellset class.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataCellSetData

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

The DataCellSetData type exposes the following members.

Constructors
 NameDescription
Public methodDataCellSetData Initializes a new instance of the DataCellSetData class.
Top
Properties
 NameDescription
Public propertyCacheCubePrefix Gets a value to be used in requesting different result pages. The value is meant to make the probability of a cache hit as high as possible.
Public propertyCells Gets the DataCellData with the specified column and row ordinal. This array may have gaps, so the ColumnTupleOrdinal and RowTupleOrdinal have to be used to determine position.
Public propertyCollapsedSets Gets the collapsed sets.
Public propertyColumns Gets the column axis tuples.
Public propertyColumnTupleCount Gets or sets the total number of column tuples, including columns not included because of paging or shaping.
Public propertyDynamicElementMappings Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
Public propertyElementStatistics Gets the element statistics, if any are requested.
Public propertyExpandedSets Gets the expanded sets.
Public propertyGrandTotalsColumns Gets the grand totals columns, when totals are requested.
Public propertyGrandTotalsRows Gets the grand totals rows, when totals are requested.
Public propertyHierarchies Gets the cell set hierarchies.
Public propertyResultSources Gets or sets the sources of the result data.
Public propertyRows Gets the row axis tuples.
Public propertyRowTupleCount Gets or sets the total number of row tuples, including rows not included because of paging or shaping.
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 DataCellset and DataCellSetData.
Top
See Also