500 B
500 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.