IMsFindFormulaResultBranchCondition

Assembly: Ms;

Description

The IMsFindFormulaResultBranchCondition interface provides information about a condition containing the found term.

Inheritance Hierarchy

          IMsFindFormulaResult

          IMsFindFormulaResultBranchCondition

Comments

Cast the search result described by the IMsFindFormulaResult interface to the IMsFindFormulaResultModel interface, if the IMsFindFormulaResult.Type property returns MsCalculationChainEntryType.Branch.

Properties

  Property name Brief description
BranchCase The BranchCase property returns the branch, which uses the found term.
BranchCondition The BranchCondition property returns the condition, which uses the found term.

Properties inherited from IMsFindFormulaResult

  Property name Brief description
The ChainEntry property returns the calculation chain element, in which formulas the term was found.
The ChainMetamodel property returns the metamodel, to which calculation chain element belongs.
The Type property returns the type of found element.

See also:

Ms Assembly Interfaces