AutoName: Boolean;
AutoName: boolean;
The AutoName property determines whether name for condition in metamodel calculation chain must be generated automatically.
Available values:
True. Name is generated automatically.
False. Default value. Name is set manually by the user. Use the IMsCalculationChainEntry.Name property.
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. |
The property use is given in the example for IMsBranchCondition.ConditionJoin.
See also: