IMsBranchConditions

Assembly: Ms;

Description

The IMsBranchConditions interface is used to work with the collection of calculation conditions of condition branch in chain of metamodel.

Inheritance Hierarchy

          IMsBranchConditions

Comments

To get the collection of conditions, use the IMsBranchCase.Conditions property.

Properties

  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.

Methods

  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:

Ms Assembly Interfaces