ICubeCallbackBeforeSaveArgument

Assembly: Cubes;

Description

The ICubeCallbackBeforeSaveArgument interface is used to get information about event before data saving to cube.

Inheritance Hierarchy

ICubeCallbackBeforeSaveArgument

Comments

The interface describes argument of the ICubeSaveMatrixCallback.OnBeforeSave event.

Properties

  Property name Brief description
Cube The Cube property returns instance of the cube, for which data saving event is executed.
NeedSaveChangeHistory The NeedSaveChangeHistory property returns whether a new revision is created in history in case of data saving.
OriginalMatrix The OriginalMatrix property returns the matrix with saved data.
ResultMatrix The ResultMatrix property is used to redetermine saved matrix.
SaveDataMode The SaveDataMode property returns the place where data was saved.
SkipDefaultSave The SkipDefaultSave property determines whether execution of system data saving mechanism is skipped.

See also:

Cubes Assembly Interfaces