DataCellSetData Class |
Namespace: Dundas.BI.WebApi.Models
The DataCellSetData type exposes the following members.
Name | Description | |
---|---|---|
DataCellSetData |
Initializes a new instance of the DataCellSetData class.
|
Name | Description | |
---|---|---|
CacheCubePrefix |
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.
| |
Cells |
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.
| |
CollapsedSets |
Gets the collapsed sets.
| |
Columns |
Gets the column axis tuples.
| |
ColumnTupleCount |
Gets or sets the total number of column tuples, including columns not included because of paging or shaping.
| |
DynamicElementMappings |
Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request.
| |
ElementStatistics |
Gets the element statistics, if any are requested.
| |
ExpandedSets |
Gets the expanded sets.
| |
GrandTotalsColumns |
Gets the grand totals columns, when totals are requested.
| |
GrandTotalsRows |
Gets the grand totals rows, when totals are requested.
| |
Hierarchies |
Gets the cell set hierarchies.
| |
Rows |
Gets the row axis tuples.
| |
RowTupleCount |
Gets or sets the total number of row tuples, including rows not included because of paging or shaping.
| |
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 DataCellset and DataCellSetData.
|