Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IVariableStub interface contains properties and methods that are used to work with an abstract data source.
IVariableStub
Abstract data source can be:
Standard cube.
Virtual cube.
Cube view.
Time series database.
Modeling variable, which is a separate repository object.
To get the abstract data source, cast the required object to the IVariableStub interface.
| Property name | Brief description | |
| The Calendar property returns structure of calendar dimension of a data source. | ||
| The CalendarDimIndex property returns calendar dimension index in a data source. | ||
| The CalendarLevel property returns level of calendar dimension of a data source. | ||
| The Dimension property returns structure of data source dimension. | ||
| The DimensionCount property returns the number of dimensions in a data source. | ||
| The IsLoading property returns whether data is loaded to the source. | ||
| The IsSaving property returns whether a data source is saved. | ||
| The MatrixAggregator property returns the object that contains properties and methods required for data aggregation. | ||
| The NameEx property returns name of series by specified parameters. | ||
| The NamingDimension property returns the structure of the dimension that is used to create names. |
| Property name | Brief description | |
| The Id property returns object identifier. | ||
| The Key property returns object key. | ||
| The Name property returns object name. |
| Method name | Brief description | |
| The CopyScenarioData method copies data of one scenario to another scenario. | ||
| The Execute method loads data from the source. | ||
| The FindByKey method searches for a dimension by its key. |
See also: