[ROOT] / doc / DocFrag / ARCCore.PP.Created
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | EnumMember |
Name | Created |
Namespace | ARCCore |
Type | PP |
PK
Key | Value |
---|---|
PKTypeAttribute | Timestamp when property was created in database. When read from PropertyStream this value will usually originate from Timestamp, not as a specific Created-property. Example: If the PropertyStream contains the following: Timestamp = 2021-02-10 10:31:01 dt/Customer/42/Name = John Then it is not necessary to also explicitly create in the property stream dt/Customer/42/Name/Created = 2021-02-10 10:31:01 NOTE: As of Feb 2021 there is no mechanism for deciding whether to store (in-memory) an implicit Created for a single property or not, only for an entity class (see ICreated). TODO: Considering implement something corresponding to ICreated also for single properties. See also ICreated which (if implemented by the Customer-class in the example above) will also store Created (in-memory) as a property of the Customer instance. BoilerplateCodeProperties, Cardinality, Description, EnumMember, EnumType, IsObligatory, Type |
Timestamp when property was created in database.
When read from PropertyStream this value will usually originate from Timestamp, not as a specific Created-property.
Example: If the PropertyStream contains the following:
Timestamp = 2021-02-10 10:31:01
dt/Customer/42/Name = John
Then it is not necessary to also explicitly create in the property stream
dt/Customer/42/Name/Created = 2021-02-10 10:31:01
NOTE: As of Feb 2021 there is no mechanism for deciding whether to store (in-memory) an implicit Created for a single property or not, only for an entity class (see ICreated).
TODO: Considering implement something corresponding to ICreated also for single properties.
See also ICreated which (if implemented by the Customer-class in the example above) will also store Created (in-memory) as a property of the Customer instance.
Generated 2024-11-12 23:46:05.336 UTC