CubeCallback

Assembly: Cubes;

Description

The CubeCallback class implements the events that are used to process data saving to cube.

Comments

Class properties and methods must be redetermined in a custom class. Object that is used to handle events is set in one of the following properties:

The IStandardCube.SetDefaultCallback method can also be used to determine the unit and the class for a standard cube that will be used to handle events on working with the cube.

Class object properties inherited from ICubeCallback

  Property name Brief description
Argument The Argument property returns the argument containing information on the error that can occur on saving the data.

Class object methods inherited from ICubeCallback

  Method name Brief description
OnCallback The OnCallback method implements the event that occurs during an exception situations on working with cube data.

Class object methods inherited from ICubeSaveMatrixCallback

  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 Classes