IMsBranchConditionExpression

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsBranchConditionExpression interface is used to work with condition of calculating a condition branch in metamodel chain.

Inheritance Hierarchy

          IMsBranchCondition

          IMsBranchConditionExpression

Comments

To get a calculation condition of the branch, cast the IMsBranchCondition interface to the IMsBranchConditionExpression interface. The operation is available if IMsBranchCondition.Type = MsBranchConditionType.Expression.

To create a simple condition, use the IMsBranchConditionExpression.Expression property. To create a complex condition, for example, with the use of terms, use the IMsBranchConditionExpression.Transform property.

Properties

  Property name Brief description
The Expression property returns expression for calculating condition.
The Transform property returns parameters of complex condition of calculation.

Properties inherited fromIMsBranchCondition

  Property name Brief description
The ConditionJoin property determines join operator for combining with the previous condition.
The Parameter property determines condition parameter for branch calculation.
The Type property returns condition type.

Properties inherited from IMsBranchCondition

  Method name Brief description
The LoadFromXml method loads branch calculation condition parameters from XML file.
The SaveToXml method loads branch calculation condition parameters to XML file.

See also:

Ms Assembly Interfaces