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 key of the attribute, by values of which composite term aggregation should be calculated.
The AggregationGroup property sets selection group, by which composite term aggregation should be calculated.
The ApplyMissingData property determines whether a missing data treatment method should be applied to term values.
The CustomOptions property returns advanced parameters of a composite term.
The Expression property returns an object, which enables 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 will be calculated.
The FormatExpressionText property returns the name of a compound term in the specified format.
The InversedExpressionText property returns text of the formula, based on which composite term value will be 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 a collection of terms included into a given composite term.
Outdated. Use InversionInfo.PreviousInversionLag.
The Serie property returns an array of term, calculated with changes.
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