IMatrixWritableProxy

Assembly: Matrix;

Namespace: Prognoz.Platform.Interop.Matrix;

Description

The IMatrixWritableProxy interface is used to work with proxy object of matrix.

Inheritance Hierarchy

          IMatrixWritableProxy

Comments

To get object of this type, cast the matrix obtained in IMatrixEx.CreateWritableProxyO to IMatrixWritableProxy.

Properties

  Property name Brief description
The BaseMatix property returns source data matrix of proxy object.
The ChangeMatrix property returns changed data matrix of proxy object.

Methods

  Method name Brief description
The ApplyChanges method applies all changes to proxy object of data matrix.
The RevertChanges method cancels all changes of proxy object of data matrix.

See also:

Matrix Assembly Interfaces