IMatrixDataSourceExecutor

Assembly: Matrix;

Description

The IMatrixDataSourceExecutor interface contains methods that are used to work with multidimensional data source data.

Inheritance Hierarchy

IMatrixDataSourceExecutor

Comments

Methods of this interface enable the user to get output matrix of multidimensional data source according to the specified parameters. The work with cached data of data source is also available.

An object implemented by this interface is also implemented by the IMatrixDataSourceExecutorSetup interface. To determine calculation parameters, cast an object of this type to the IMatrixDataSourceExecutorSetup type.

Methods

  Method name Brief description
CreateCache The CreateCache method creates data cache for a source.
Execute The Execute method calculates a matrix with data in accordance with the specified elements selection and calculation parameters.

See also:

Matrix Assembly Interfaces