[ROOT] / doc / DocFrag / ARCCore.Cardinality
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | Enum | 
| Name | Cardinality | 
| Namespace | ARCCore | 
| Type | Cardinality | 
EnumAttribute
| Key | Value | 
|---|---|
| AREnumType | OrdinaryEnum | 
| AssemblyName | ARCCore | 
| EnumNamespace | ARCCore | 
| EnumType | Cardinality | 
Describes how multiple instances of a property is supposed to be handled.
By a 'property' in this context we usually mean a PValue<T> object, in other words something that is part of a bigger entity like PRich (like how 'FirstName' or 'PhoneNumber' is part of a 'Customer' entity)
Used by for instance 1) ParseAndStore when building up a hierarchical object storage. 2) IP-implementations for internal arranging of properties
3) ARCAPI in order to provide API-methods
Generated 2025-10-31 04:55:27.433 UTC