Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsFormulaGenTerm interface is used to work with single terms that are used to create formulas.
IMsFormulaGenTerm
Single terms return the following properties:
IMsFormulaGenInstanceIterator.LeftPart - term describing calculation point.
IMsFormulaGenTermIterator.Term - term describing single formula operand.
Information about term is the iterator, each record of which contains information about term in a certain calendar calculation point.
| 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. |
| 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: