IMsFormulaGenTerm

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsFormulaGenTerm interface is used to work with single terms that are used to create formulas.

Inheritance Hierarchy

IMsFormulaGenTerm

Comments

Single terms return the following properties:

Information about term is the iterator, each record of which contains information about term in a certain calendar calculation point.

Properties

  Property name Brief description
The Aggregation property returns the aggregation method used for calculation.
The Level property returns the frequency that is set for term.
The Point property returns information about term in the current calendar calculation point.
The Stub property returns the data source, from which term data is taken.

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