[ROOT] / doc / DocFrag / ARCCore.PP.Value
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | EnumMember | 
| Name | Value | 
| Namespace | ARCCore | 
| Type | PP | 
PK
| Key | Value | 
|---|---|
| PKTypeAttribute | The actual value. Note that this is mostly relevant when storing values inside a PRich object because we want to store some metadata associated with it, like Cid, Created and similar. Normally, values are stored directly inside the entity object as a PValue<T> object, not as a Value. TODO: Try to find a more suitable 'home' for this enum member. It is not really metadata which is all PP is about BoilerplateCodeProperties, Cardinality, Description, EnumMember, EnumType, IsObligatory, LongDescription, Type  | 
The actual value.
Note that this is mostly relevant when storing values inside a PRich object because we want to store some metadata associated with it, like Cid, Created and similar.
Normally, values are stored directly inside the entity object as a PValue<T> object, not as a Value.
TODO: Try to find a more suitable 'home' for this enum member. It is not really metadata which is all PP is about
Detailed explanation:
For 'Customer/42/FirstName = John', FirstName would normally be a PValue<T> stored directly inside the Customer-entity, but if we want to also do 'Customer/42/FirstName.Cid = Actor/43', then the PValue<T> for storing FirstName must be replaced with a PRich instance which would have two properties, Value as a PValue<T> for storing 'John' and a Cid for storing 'Actor/43'
Generated 2025-11-04 13:25:39.113 UTC