Interface IDeletionAuditedObject<TUser>
Extends IDeletionAuditedObject to add user navigation propery.
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IDeletionAuditedObject<TUser> : IDeletionAuditedObject, IHasDeletionTime, ISoftDelete
Type Parameters
| Name | Description |
|---|---|
| TUser | Type of the user |
Properties
| Improve this Doc View SourceDeleter
Reference to the deleter user.
Declaration
TUser Deleter { get; set; }
Property Value
| Type | Description |
|---|---|
| TUser |