Class | Description | |
---|---|---|
Axes | Contains a collection of Axis elements representing axis data contained by a root element. | |
AxesInfo | Contains a collection of AxisInfo elements, representing the axis metadata contained by the parent OlapInfo element. | |
Axis | Contains a set of tuples used to represent a single axis in a multidimensional dataset contained by an Axes element. | |
AxisInfo | Represents the metadata of a single axis contained by the parent AxesInfo element. | |
Cell | Contains information about a single cell contained by a parent CellData element. | |
CellData | Contains a collection of Cell elements that represent the cell data contained by a root element | |
CellInfo | Represents the cell metadata contained by the parent OlapInfo element. | |
CrossProduct | Contains a cross-product between ordered sets of members from each hierarchy for an Axis element | |
Cube | Contains information about a cube for the parent CubeInfo element. | |
CubeInfo | Contains the cube metadata contained by the parent OlapInfo element. | |
DeserializeException | An exception that is thrown when a problem with deserialization is happen | |
Deserializer | Deserialize methods for xmla generated from SQL Analysis Services 2008 | |
HierarchyInfo | Represents a single hierarchy contained by a parent AxisInfo element. | |
Member | Represents a single member in a parent Members or Tuple element. | |
Members | Contains a collection of Member elements contained by the parent CrossProduct element. | |
NullElementException | An System.Exception that is thrown when the element that is expected is missing. | |
OlapInfo | Contains the axis and cell metadata contained by a root element | |
Tuple | Contains a collection of Member elements contained by the parent Tuples element. | |
Tuples | Contains a set of Tuple objects for an Axis element | |
Union | Represents an union between objects of ISetType | |
XmlaProperty | Represents a simple element without attributes and childs | |
XmlaPropertyType | Contains metadata of the child of CellInfo or HierarchyInfo |
Interface | Description | |
---|---|---|
ISetType | Interface implemented from different types of sets (Members, Tuples, CrossProduct, Union) |