persistent class %Library.CompiledParameter
extends %Persistent
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package.
This class represents a specific class parameter description for a compiled class contained
within the Caché Dictionary.
For more information on class definition classes, refer to
About Class Definition Classes.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property ClassName
as %CacheString;
A string containing the name of the class the class parameter belongs to.
property Default
as %CacheString;
A string containing the default value for the class parameter.
property Name
as %CacheString;
A string containing the name of the class parameter.
property Type
as %CacheString;
This is for internal use only.