|
Class Reference
%Library.PropertyDefinition
|
|
![]() |
|||
Private Storage |
Note: The class definition classes in the %Library package have been superceded by those in the %Dictionary package.
This class represents a specific property description for a class contained within the Caché Dictionary.
For more information on class definition classes, refer to About Class Definition Classes.
|
|
|
A flag indicating whether the property is calculated (1) or not (0).
If the property is a relationship, this is a string contains the cardinality of the relationship. Cardinality = 'one' indicates the child side of the relationship while Cardinality = 'many' indicates the parent. Cardinality = 'child' and 'parent' mean the same but also indicate a dependent relationship.
A string containing the name of the class the property belongs to.
If the property is a collection, this is a string containing the name of the collection type. If the property is not a collection (single-valued) it contains a null string ("").
A string containing the description of the property.
A flag indicating whether the property is final (1) or not (0).
A string containing the initial value expression for the property.
A flag indicating whether the property is internal (1) or not (0).
A string containing the name of the inverse relationship in the related class.
A flag indicating whether the property is multi-dimensional (1) or not (0).
A string containing the name of the property.
An array containing any parameter definitions for the property. The array keys are the parameter names and the array values are the parameter values.
A flag indicating whether the property is private (1) or public (0).
A flag indicating whether the property is a readonly (1) or writeable (0).
A flag indicating whether the property is a relationship (1) or attribute (0).
A flag indicating whether the property is required (1) or not (0).
Sequence number used to determine order of this item in Studio editor and in XML export format.
A string containing the name of the class this method belongs to.
The column number used when projecting the property as an SQL table.
For an SQL-computed field this is a string containing any SQL compute code for the field.
A flag indicating whether the property is SQL-computed (1) or not (0).
A string containing an optional SQL name for the property. This is the name with which the property is projected to SQL.
A flag indicating whether the property is transient (1) or not (0).
A string containing the type (class name) of the field.