[ROOT] / doc / tocNamespace / ARCDoc / Orange / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCDoc | 
| DocFragType | Class | 
| Name | Orange | 
| Namespace | ARCDoc | 
| Type | Orange | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCDoc | 
| BaseTypes | -PExact<OrangeP>- | 
| ClassNamespace | ARCDoc | 
| ClassType | Orange | 
| CorrespondingEnumType | OrangeP | 
| Interfaces | IP; -IEnumerable<IKIP>-; -IEnumerable- | 
Inherits PExact<TEnumType> 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<TEnumType> 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.
Generated 2025-10-31 12:49:09.349 UTC