IMsProblemCalculationCallback.OnSaveData

Syntax

OnSaveData(Stub: IVariableStub; Matrix: IMatrix; ValueFlag: Integer; AuditRecordKey: Variant);

OnSaveData(Stub: Prognoz.Platform.Interop.Cubes.IVariableStub; Matrix: Prognoz.Platform.Interop.Matrix.IMatrix; ValueFlag: Integer; AuditRecordKey: Object);

Parameters

Stub. Data source with saved data.

Matrix. Matrix with saved values.

ValueFlag. Flag of changed values, by which saving is executed.

AuditRecordKey. Unique key of record about saving data in access protocol.

Description

The OnBeforeSaveData method implements the event that occurs after saving data.

Comments

The Stub, Matrix and ValueFlag parameters will have information about saved data. The corresponding record is also added to access protocol during data saving. The unique key of this record is available in the AuditRecordKey parameter.

Fore and Fore.NET Example

The example of use is given in the description IMsProblemCalculationCallback.OnBeforeSaveData.

See also:

IMsProblemCalculationCallback