Cubes > Cubes Assembly Interfaces > ICubeCallbackBeforeSaveArgument
Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeCallbackBeforeSaveArgument interface is used to get information about event before data saving to cube.
ICubeCallbackBeforeSaveArgument
The interface describes argument of the ICubeSaveMatrixCallback.OnBeforeSave event.
Property name | Brief description | |
![]() |
The OriginalMatrix property returns the matrix with saved data. | |
![]() |
The ResultMatrix property is used to redetermine saved matrix. | |
![]() |
The SkipDefaultSave property determines whether execution of system data saving mechanism is skipped. |
See also: