Assembly: Ms;
The IMsBranchConditionExpression interface is used to work with calculation condition of condition branch in chain of metamodel. Type of branch calculation condition is expression.
IMsBranchConditionExpression
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.
Property name | Brief description | |
Expression | The Expression property returns expression for calculating condition. | |
Transform | The Transform property returns parameters of complex condition of calculation. |
Property name | Brief description | |
ConditionJoin | The ConditionJoin property determines join operator for combining with the previous condition. | |
ParamAttributes | The ParamAttributes property returns parameter and chain of attributes. | |
Type | The Type property returns condition type. |
Method name | Brief description | |
LoadFromXml | The LoadFromXml method loads branch calculation condition parameters from XML file. | |
SaveToXml | The SaveToXml method saves branch calculation condition parameters to XML file. |
See also: