CreateTuple(AxisPoint[])
|
Creates a tuple based on the specified axis points.
|
CreateTuple(Dictionary<String, Object>)
|
Creates a tuple based on the specified axes names and corresponding values.
|
CreateTuple(IList<AxisPoint>)
|
Creates a tuple based on the specified axis points.
|
CreateTuple(Object)
|
Creates a tuple based on the specified value.
|
CreateTuple(String, Object)
|
Creates a tuple based on the specified axis name and corresponding value.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetAxis(String)
|
Gets the specified data axis.
|
GetAxisNames()
|
Gets the names of the axes that constitute the current MultiDimensionalData object.
|
GetAxisPointByUniqueValues(String, Object[])
|
Gets the axis point for the specified axis by unique values.
|
GetAxisPoints(String)
|
Gets data points belonging to the specified axis.
|
GetAxisPointsByDimension(DimensionDescriptor)
|
Gets axis points corresponding to the specified dimension.
|
GetAxisRoot(String)
|
Gets the root axis point belonging to the specified data axis.
|
GetDataMembers()
|
Returns a collection of data members available in a data source.
|
GetDeltas()
|
Gets the deltas for the current MultiDimensionalData object.
|
GetDeltaValue(DeltaDescriptor)
|
Gets the summary value for the specified delta.
|
GetDimensions(String)
|
Gets dimensions used to create a hierarchy of axis points for the specified axis.
|
GetHashCode()
|
Serves as the default hash function.
|
GetMeasures()
|
Gets the measures for the current MultiDimensionalData object.
|
GetSlice(AxisPoint)
|
Gets the slice of the current MultiDimensionalData object by the specified axis point.
|
GetSlice(AxisPointTuple)
|
Gets the slice of the current MultiDimensionalData object by the specified axis point tuple.
|
GetSlice(String, Object[])
|
Gets the slice of the current MultiDimensionalData object.
|
GetType()
|
Gets the Type of the current instance.
|
GetValue(MeasureDescriptor)
|
Gets the summary value for the specified measure.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|