GeneratedBy
Usage
The following syntax indicates that this class was generated by code in another class:
Class MyApp.MyClass [ GeneratedBy = MyApp.Generator.cls ] { //class members }
Where MyApp.Generator is a fully qualified class name.
Details
If this keyword is specified, Studio displays the class with a gray background to indicate that it should not be edited.
Effect on Subclasses
This keyword is not inherited.
Default
If you omit this keyword, Studio displays the class normally.
See Also
-
“Class Definitions” in this book
-
“Defining and Compiling Classes” in Using Caché Objects
-
“Introduction to Compiler Keywords” in Using Caché Objects