Assembly: Matrix;
Namespace: Prognoz.Platform.Interop.Matrix;
The IMatrixDataSourceExecutor interface contains methods that are used to work with multidimensional data source data.
IMatrixDataSourceExecutor
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.
Method name | Brief description | |
The CreateCache method creates data cache for a source. | ||
The Execute method calculates a matrix with data in accordance with the specified elements selection and calculation parameters. |
See also: