AyCode.Core/AyCode.Interfaces/TimeStampInfo/README.md

724 B

TimeStampInfo

Interfaces for entity timestamp tracking (created/modified) and a marker to disable automatic timestamp setting.

Key Files

  • ITimeStampCreated.cs — Defines a Created DateTime property.
  • ITimeStampModified.cs — Defines a Modified DateTime property.
  • ITimeStampInfo.cs — Composite interface combining ITimeStampCreated and ITimeStampModified.
  • 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.