The main Cubes assembly interfaces:
IStandardCube. The interface contains properties and methods that are used to work with standard cube structure.
ICubeView. The interface contains properties and methods that are used to work with cube view structure.
IVirtualCube. The interface contains properties and methods that are used to work with virtual cube structure.
ICalculatedCube. The interface contains properties and methods that are used to work with calculated cube structure.
IAutoCube. The interface contains properties and methods that are used to work with automatic cube structure.
ICubeLoader. The interface contains properties and methods that are used to work with cube loader structure.
IMDCalculation. The interface contains properties and methods that are used to work with multidimensional calculation on DB server structure.
IRubricator. The interface contains properties and methods that are used to work with time series database structure.
IRubricatorFactor. The interface contains properties and methods that are used to work with structure of the factor included into the time series database.
The following interfaces are used to work with opened objects:
IAutoCubeInstance. The interface that is used to work with automatic cube data.
ICalculatedCubeInstance. The interface that is used to set up calculated cube formulas.
ICubeInstance. The interface contains properties and methods of cube instance.
ICubeInstanceDestination. The interface contains properties and methods that are used to work with a cube instance according to the specified display version.
ICubeLoaderInstance. The interface contains properties and methods that are used to load data from cube to cube.
IMDCalculationInstance. The interface that is used to set up formulas and start multidimensional calculation on DB server.
ICubeSerialInstance. The interface contains methods that are used to save cube to a file.
IRubricatorInstance. The interface contains properties and methods that are used to work with data of a time series database.
Examples of various solutions using the Cubes assembly
See also:
Cubes Assembly Interfaces | Cubes Assembly Enumerations | Cubes Assembly Classes | Examples