AutoName: Boolean;
AutoName: boolean;
The AutoName property determines whether name for condition in metamodel calculation chain should be generated automatically.
Available values:
True. Name is generated automatically
False. Default value. Name is set manually by user. Use the IMsCalculationChainEntry.Name property.
Rules of name automatic generation:
| Condition type | Name generated automatically |
| Condition with parameter | Branching by parameter {condition parameter name}. |
| Condition without parameter | Branching {i}, where i 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: