Runtime Dynamic Properties
Runtime dynamic properties:
-
Are created, changed, or deleted at run time by user logic only.
-
Do not require any reorganization when added, changed, or deleted.
-
Are displayed in the Jade Platform development environment for a class (the default text color is magenta) but cannot be changed or deleted using the development environment.
-
Are not included in schema (.scm) files with the class.
-
Cannot be directly referred to in Jade methods. Access is by calls to the getPropertyValue and setPropertyValue methods using the property name.
-
Reorganization is not available to handle any impact caused; for example, an added inverse is not populated.
-
Cannot be used in exposures, ODBC, packages, RPS, as keys, in an inverse with a static or design‑time property on the other side, Jade audit access, or a delete command action in a Jade Control File (JCF) commandFile argument in the batch Schema Load utility (jadloadb).
For details about creating and maintaining a design‑time dynamic property, see "