Ms > Ms Assembly Interfaces > IMsBranchConditionInSelection
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
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).
IMsBranchConditionInSelection
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. |
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. |
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: