CubeMetaloaderImportCallback

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The CubeMetaloaderImportCallback class contains methods implementing events that occur on time series import.

Comments

To be used, all class methods must be redetermined in the custom class that inherits from the Object class and this class. The created class is a handler of the events used on time series import and can be specified in the following properties:

Fore.NET Syntax

Class to get analog of the CubeMetaloaderImportCallback class:

None;

Class to get analog of the CubeMetaloaderImportCallback class object:

None;

Class object methods inherited from ICubeMetaloaderImportCallback

  Method name Brief description
The OnAfterStartTransaction method implements the event occurring after opening a transaction.
The OnBeforeCommit method implements the event occurring before fixing transaction.

See also:

Cubes Assembly Classes