IMsFormulaInfo

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaInfo interface is used to get information about the formula used for calculation.

Inheritance Hierarchy

          IMsFormulaGenerator

          IMsFormulaInfo

Comments

Information about the formula is returned by the IMsFormulaInfoList.Item property.

Properties

  Property name Brief description
The MetaModel property returns the metamodel used for calculation.
The Model property returns the model used for calculation.
The Problem property returns the problem used for calculation.
 

Properties inherited from IMsFormulaGenerator

  Property name Brief description
The Expression property returns expression of the formula used for calculation.
The InstancesIterator property returns iterator by single points, in which calculation by formula was executed.

See also:

Ms Assembly Interfaces