IMsFormulaGenIterator

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaGenIterator interface is used to work with iterator by formulas used in different calculation points.

Inheritance Hierarchy

          IMsFormulaGenerator

          IMsFormulaGenIterator

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.

Methods

  Method name Brief description
The Eofmethod returns whether the cursor is on the last record in the iterator.
The Next method moves to the next record in the iterator.
The Reset method resets iterator and moves the cursor to the first record in the iterator.

See also:

Ms Assembly Interfaces