724 B
724 B
TimeStampInfo
Interfaces for entity timestamp tracking (created/modified) and a marker to disable automatic timestamp setting.
Key Files
ITimeStampCreated.cs— Defines aCreatedDateTime property.ITimeStampModified.cs— Defines aModifiedDateTime property.ITimeStampInfo.cs— Composite interface combiningITimeStampCreatedandITimeStampModified.ITimeStampDisableAutoSet.cs— Marker interface to opt out of automatic timestamp population.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.