Interface IHasModificationTime
A standard interface to add DeletionTime property to a class.
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IHasModificationTime
Properties
| Improve this Doc View SourceLastModificationTime
The last modified time for this entity.
Declaration
DateTime? LastModificationTime { get; set; }
Property Value
Type | Description |
---|---|
Date |