IMsBranchConditionInSelection

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsBranchConditionInSelection interface is used to work with condition of calculating a condition branch in metamodel calculation chain. The type of branch calculation condition is occurrence in element selection (MsBranchConditionType.InSelection).

Inheritance Hierarchy

          IMsBranchCondition

          IMsBranchConditionInSelection

Properties

  Property name Brief description
The Negation property determines whether condition is negated.
The ParameterAsSelection property determines a parameter specifying selection.
The Selection property determines elements selection.

Properties inherited from IMsBranchCondition

  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