IMatrixDataSource

Assembly: Matrix;

Namespace: Prognoz.Platform.Interop.Matrix;

Description

The IMatrixDataSource interface contains properties and methods of the object that is abstract multidimensional data source.

Inheritance Hierarchy

 IMatrixDataSource

Properties

  Property name Brief description
The ReadOnly property returns whether data source is opened in the read-only mode.

Methods

  Method name Brief description
The CreateDimSelectionSet method creates a set of selections for data source dimensions.
The CreateDimSelectionSeOp method creates a set of selections for dimensions of a data source considering additional parameters.
The CreateExecutor method creates an object that is used to work with multidimensional data source data.
The Execute method calculates data matrix in accordance with the specified elements selection.
The SaveData method saves matrix with data into data source.

See also:

Matrix Assembly Interfaces