Name | Description | |
---|---|---|
![]() | init | Initializes the DataCellSet. Called during construction. Inherited from dundas.data.DataCellSetBase. |
Name | Description | |
---|---|---|
![]() | cacheCubePrefix | Gets a value to be used in requesting different result pages from the same cached result. The value is meant to make the probability of a cache hit as high as possible. |
![]() | cellChanges | Gets the changes in cell values for the same tuple members since the last data retrieval. Usage is cellChanges[columnOrdinal][rowOrdinal]. |
![]() | cells | Gets the cell for the specified column and row ordinal. Usage is cells[columnOrdinal][rowOrdinal]. See Dundas.BI.WebApi.Models.DataCellData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | collapsedSets | Gets the collapsed sets. Inherited from dundas.data.DataCellSetBase. |
![]() | columnChanges | Gets the changes in the column axis tuples since the last data retrieval. |
![]() | columns | Gets the column axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | columnTupleCount | Gets the total number of column tuples, including columns not included because of paging or shaping. Inherited from dundas.data.DataCellSetBase. |
![]() | dynamicElementMappings | Gets the mapping information about which actual elements were used to fulfill the dynamic elements from the request. Inherited from dundas.data.DataCellSetBase. |
![]() | elementStatistics | Gets the element statistics, if any were requested. See Dundas.BI.WebApi.Models.ElementStatisticsData, MeasureStatisticsData, TimeHierarchyStatisticsData and HierarchyStatisticsData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | expandedSets | Gets the expanded sets. Inherited from dundas.data.DataCellSetBase. |
![]() | grandTotalsColumns | Gets the column grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | grandTotalsRows | Gets the row grand total axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | hierarchies | Gets the cell set hierarchies. |
![]() | rowChanges | Gets the changes in the row axis tuples since the last data retrieval. |
![]() | rows | Gets the row axis tuples. See Dundas.BI.WebApi.Models.DataTupleData for return structure. Inherited from dundas.data.DataCellSetBase. |
![]() | rowTupleCount | Gets the total number of row tuples, including rows not included because of paging or shaping. Inherited from dundas.data.DataCellSetBase. |
![]() | warnings | Gets the data warnings raised during execution of the data request. Inherited from dundas.data.DataCellSetBase. |
Name | Description | |
---|---|---|
![]() | fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. |
![]() | getHierarchyByUniqueName | Gets the hierarchy by unique name, or null if it isn't found. |
![]() | processCellsAndMembers | After creating this object from JSON, this processing must be done in order to convert the original last back into a 2D array. In addition, the members are re-processed to set the level property back onto them. |
![]() | toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |