IAlgorithmCalculationResult

Assembly: Algo;

Description

The IAlgorithmCalculationResult interface is sued to work with algorithm calculation result.

Inheritance Hierarchy

          IAlgorithmCalculationResult

Properties

  Property name Brief description
Calc The Calc property returns the calculation algorithm block calculation result.
ElapsedMilliseconds The ElapsedMilliseconds property determines calculation time for calculation algorithm blocks.
ErrorMessage The ErrorMessage property returns the error message.
HasError The HasError property returns whether errors occur.
HasWarnings The HasWarnings property returns whether warnings occur.
InitMilliseconds The InitMilliseconds property determines calculation algorithm initialization time.
Load The Load property returns the result of loading data source.
Save The Save property returns the result of saving data in data consumers.
TotalElapsedMilliseconds The TotalElapsedMilliseconds property determines a total algorithm calculation time.
Warnings The Warnings property returns the warnings list.

Methods

  Method name Brief description
ToJson The ToJson method returns the result of algorithm calculation in the JSON format.

See also:

Algo Assembly Interfaces