Interface IHasDeletionTime
A standard interface to add DeletionTime property to a class. It also makes the class soft delete (see ISoftDelete).
Inherited Members
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IHasDeletionTime : ISoftDelete
Properties
DeletionTime
Deletion time.
Declaration
DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |