Interface IHasDeletionTime
A standard interface to add DeletionTime property to a class. It also makes the class soft delete (see ISoftDelete).
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IHasDeletionTime : ISoftDelete
Properties
| Improve this Doc View SourceDeletionTime
Deletion time.
Declaration
DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |