11 lines
500 B
Markdown
11 lines
500 B
Markdown
# 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.
|