Defines a strategy for generating times for automatic timestamp properties such as CreatedOn (track create time), UpdatedOn (track update time) and DeletedOn (soft delete).

Namespace:  Mindscape.LightSpeed.Timestamps
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public interface IAutoTimestampStrategy
Visual Basic (Declaration)
Public Interface IAutoTimestampStrategy

See Also