deprecatedpersistent class %Library.CompiledParameter
extends %Persistent
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use %Dictionary.CompiledParameter.
This class represents a specific class parameter description for a compiled class.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property ClassName
as %RawString;
A string containing the name of the class the class parameter belongs to.
property Default
as %RawString;
A string containing the default value for the class parameter.
property Name
as %RawString;
A string containing the name of the class parameter.
property Type
as %RawString;
This is for internal use only.