ICubeCallbackSaveArgument

Assembly: Cubes;

Description

The ICubeCallbackSaveArgument interface is used to get information about result of data saving to cube.

Inheritance Hierarchy

ICubeCallbackSaveArgument

Comments

The interface describes argument of the ICubeSaveMatrixCallback.OnAfterSave event.

Properties

  Property name Brief description
ActiveTransactionId

The ActiveTransactionId property returns identifier of the current transaction.
Destination

The Destination property returns display version of the cube, for which data is saved.
FilteredMatrix

The FilteredMatrix property returns the matrix containing only changed data.
LogKey

The LogKey property returns the key of the unique record in access protocol created after data saving.
Origin

The Origin property returns the key of the object that initializes cube data changes.
SecurityConnections

The SecurityConnections property returns the array of database server connections, to which data was saved.
ValueFlag

The ValueFlag property returns the flag used for marking the changed data saved to cube.
ValueFlags

The ValueFlags property returns the array of flags used for marking changed data saved to cube.
ValueMatrix

The ValueMatrix property returns the matrix with data that was sent on saving data to cube.

See also:

Cubes Assembly Interfaces