Assembly: Ms;
The IMsBranchConditions interface is used to work with the collection of calculation conditions of condition branch in chain of metamodel.
IMsBranchConditions
To get the collection of conditions, use the IMsBranchCase.Conditions property.
Property name | Brief description | |
Count | The Count property returns the number of conditions in the collection. | |
Item | The Item method returns the condition from the collection by its index. |
Method name | Brief description | |
Add | The Add method adds a condition to the collection. | |
Clear | The Clear method removes all conditions from the collection. | |
FindByKey | The FindByKey method searches calculation condition by key. | |
IndexOfKey | The IndexOfKey method returns calculation condition index in the collection by key. | |
MoveTo | The MoveTo method moves calculation conditions in collection. | |
Remove | The Remove method removes the condition from the collection by its index. |
See also: