Interface IDeletionAuditedObject
This interface can be implemented to store deletion information (who delete and when deleted).
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IDeletionAuditedObject : IHasDeletionTime, ISoftDelete
Properties
| Improve this Doc View SourceDeleterId
Id of the deleter user.
Declaration
Guid? DeleterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |