IMsCalculationChainBranch.AutoName

Fore Syntax

AutoName: Boolean;

Fore.NET Syntax

AutoName: boolean;

Description

The AutoName property determines whether name for condition in metamodel calculation chain must be generated automatically.

Comments

Available values:

Rules of automatic name generation:

Condition type Name generated automatically
Condition with parameter Branching by parameter {condition parameter name}.
Condition without parameter Branching {i}, where i is the counter of conditions without parameter created previously in the calculation chain, which name is generated automatically.

Fore and Fore.NET Examples

The property use is given in the example for IMsBranchCondition.ConditionJoin.

See also:

IMsCalculationChainBranch