DescriptionAttribute Class
Associates a descriptive text string with a class, field, or property.
Remarks
This attribute is informational and is not used by Aurelius during persistence. It can be generated by TMS Data Modeler when creating entity classes from a database schema, and can be read at runtime via RTTI for documentation or UI purposes.
Syntax
Unit: Aurelius.Mapping.Attributes
DescriptionAttribute = class(TCustomAttribute);
Constructors
| Name | Description |
|---|---|
| Create | Creates a DescriptionAttribute with the specified description text. |
Properties
| Name | Description |
|---|---|
| Text | Gets or sets the descriptive text. |