[ROOT] / doc / toc / ARCDoc / Class / Orange
Inherits PExact<EnumType> for probably the best compromise between memory consumption and easy of development.
See also MemoryConsumption / PropertyAccess.
Related examples of entity classes, all of which implement IP and offer the properties 'Name' and 'Colour' but which differ in their storage mechanisms:
Apple: The most 'standard' way of implementing an entity-class in AgoRapide, by just inheriting PRich.
Orange Inherits PExact<EnumType> for probably the best compromise between memory consumption and easy of development.
Banana: Implements IP directly and uses traditional property storage for optimum MemoryConsumption efficiency.
| Name | See Name for more information. |
| Storage | Uses int-value of __enum minus 1 as index. |
Generated 2025-10-28 20:28:01.069 UTC