IMsCompositeFormulaTerm

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCompositeFormulaTerm interface contains properties and methods of a composite term.

Inheritance Hierarchy

          ITsCompositeFormulaTerm

          IMsCompositeFormulaTerm

Properties

  Property name Brief description
The AggregationAttrKey property determines the attribute key, by values of which composite term aggregation is calculated.
The AggregationGroup property determines the selection group, by which composite term aggregation is calculated.
The ApplyMissingData property determines whether a missing data treatment method is applied to term values.
The CustomOptions property returns advanced parameters of a composite term.
The Expression property returns the object, which enables the user to set up a formula, based on which composite term value is calculated.
The ExpressionText property returns text of the formula, based on which composite term value is calculated.
The FormatExpressionText property returns the name of a composite term in the specified format.
The InversedExpressionText property returns text of the formula, based on which composite term value is calculated taking into account term transformations.
Outdated. Use InversionInfo.Inversion.
The InversionInfo property returns parameters of the initial transformation applied to a term.
Outdated. Use InversionInfo.InversionLag.
The MissingData property returns parameters of missing data treatment method in composite term values.
The Operands property returns the collection of terms included into this composite term.
Outdated. Use InversionInfo.PreviousInversionLag.
The Serie property returns the array of term values calculated with transformations.
The UnitInfo property returns information about term measurement units.

Properties inherited from ITsCompositeFormulaTerm

  Property name Brief description
The Included property determines whether the composite element is used to calculate expression.

Methods

  Method name Brief description
The ChangeLag method changes lag value.

See also:

Ms Assembly Interfaces