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 objects calculation result.
ElapsedMilliseconds The ElapsedMilliseconds property determines calculation time for calculation algorithm objects.
ErrorMessage The ErrorMessage property returns the list of error messages.
HasError The HasError property returns whether errors occurred on algorithm calculation.
HasWarnings The HasWarnings property returns whether warnings occured on algorithm calculation.
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