Interface IHasModificationTime
A standard interface to add DeletionTime property to a class.
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public interface IHasModificationTime
Properties
LastModificationTime
The last modified time for this entity.
Declaration
DateTime? LastModificationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<DateTime> |