Difference between revisions of "OtfValiditySettings"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
− | + | The '''Validity - Settings''' dialog box consists of the following controls: | |
+ | * The '''Name''' text box: | ||
+ | : Here you can change the name of the declaration in the '''Name''' text box. | ||
+ | :: [[File:exclamation.png]]  Note that the name should conform to the [[OtxNamingConventions|OTX Naming Conventions]] and the name should be unique among the declarations of the same scope. | ||
− | + | * The '''Description''' (or Specification) area: | |
+ | : Here you can set the description for the declaration. Hover the mouse over the declaration, you will see that description as a tooltip. The description is optional, you can skip it. | ||
+ | |||
+ | * The '''Visibility''' radio buttons (only for global constants and context variables): | ||
+ | : Here you can set the Visibility attribute for the declaration. | ||
+ | |||
+ | * The "'''Condition'''" text box: | ||
+ | : You can input the condition value directly in the text box, or you can open the supported [[OtfExpressionEditor|Expression Editor]] by clicking on the "''' ... '''" button to compose a Boolean expression. | ||
− | |||
− | + | <big>See also</big> | |
[[OtxValidities|OTX Validities]] | [[OtxValidities|OTX Validities]] | ||
Line 21: | Line 30: | ||
[[OtxVisibilities|OTX Visibilities]] | [[OtxVisibilities|OTX Visibilities]] | ||
+ | |||
+ | [[OtfExpressionEditor|Expression Editor]] | ||
+ | |||
+ | [[OtfSolutionExplorer|Solution Explorer]] |
Revision as of 09:28, 24 November 2014
In the Validity - Settings dialog box, you can view and configure the properties of a validity (see the image below). To access the settings dialog box of a validity, please right click on the corresponding validity node in the Solution Explorer and select "Properties" menu entry.
![]() |
The Validity - Settings dialog box allows for viewing and configuring the properties of a validity |
The Validity - Settings dialog box consists of the following controls:
- The Name text box:
- Here you can change the name of the declaration in the Name text box.
Note that the name should conform to the OTX Naming Conventions and the name should be unique among the declarations of the same scope.
- The Description (or Specification) area:
- Here you can set the description for the declaration. Hover the mouse over the declaration, you will see that description as a tooltip. The description is optional, you can skip it.
- The Visibility radio buttons (only for global constants and context variables):
- Here you can set the Visibility attribute for the declaration.
- The "Condition" text box:
- You can input the condition value directly in the text box, or you can open the supported Expression Editor by clicking on the " ... " button to compose a Boolean expression.
See also