ICubeSaveMatrixCallback

Assembly: Cubes;

Description

The ICubeSaveMatrixCallback interface contains methods that are used to process data saving to cube.

Inheritance Hierarchy

ICubeSaveMatrixCallback

Comments

Interface methods must be redetermined in a custom class. A class instance for processing data saving is set in the ICubeInstanceStorage.SaveMatrixCallback property.

An event handler can also be set for a standard cube using the IStandardCube.SetDefaultCallback method.

Methods

  Method name Brief description
OnAfterSave

The OnAfterSave method implements the event that occurs after data saving to cube.
OnBeforeSave

The OnBeforeSave method implements the event that occurs before data saving to cube.

See also:

Cubes Assembly Interfaces