IVariableStub

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The IVariableStub interface contains properties and methods that are used to work with an abstract data source.

Inheritance Hierarchy

          INamedEntityModel

          IVariableStub

Comments

Abstract data source can be:

To get the abstract data source, cast the required object to the IVariableStub interface.

Properties

  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.

Properties inherited from INamedEntityModel

  Property name Brief description
The Id property returns object identifier.
The Key property returns object key.
The Name property returns object name.

Methods

  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:

Cubes Assembly Interfaces