Interface IPivotDimensionNode
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public interface IPivotDimensionNode : IEnumerable<IPivotDimensionNode>, IEnumerable
- Inherited Members
-
- Extension Methods
-
Properties
Dimension
string Dimension { get; }
Property Value
- string
IsIndex
Property Value
- bool
IsRoot
Property Value
- bool
this[int]
IPivotDimensionNode this[int index] { get; }
Parameters
index int
Property Value
- IPivotDimensionNode
this[string]
IPivotDimensionNode this[string unit] { get; }
Parameters
unit string
Property Value
- IPivotDimensionNode
Parent
IPivotDimensionNode Parent { get; }
Property Value
- IPivotDimensionNode
Table
PivotTable Table { get; }
Property Value
- PivotTable
Unit
Property Value
- string
Methods
GetCell(IPivotDimensionNode)
IPivotCell GetCell(IPivotDimensionNode index)
Parameters
index IPivotDimensionNode
Returns
- IPivotCell
GetCell(MultiKey<string>)
IPivotCell GetCell(MultiKey<string> key)
Parameters
key MultiKey<string>
Returns
- IPivotCell
GetCells()
Returns
- IPivotCell[]
GetIndexes()
IPivotDimensionNode[] GetIndexes()
Returns
- IPivotDimensionNode[]
GetKey()
MultiKey<string> GetKey()
Returns
- MultiKey<string>