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