Interface IHasDeletionTime
A standard interface to add DeletionTime property to a class.
It also makes the class soft delete (see ISoft
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 |
|---|---|
| Date |