Interface IDeletable
Audit information for things than can be deleted.
public interface IDeletable
Properties
DeletedBy
User who deleted this object.
string DeletedBy { get; set; }
Property Value
DeletedOn
Timestamp when it was deleted.
DateTime? DeletedOn { get; set; }
Property Value
IsDeleted
If something is deleted, this will be true.
bool IsDeleted { get; set; }