Interface IModificationAuditedObject<TUser>
Adds navigation properties to IModificationAuditedObject interface for a user.
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IModificationAuditedObject<TUser> : IModificationAuditedObject, IHasModificationTime
Type Parameters
| Name | Description |
|---|---|
| TUser | Type of the user |
Properties
| Improve this Doc View SourceLastModifier
Reference to the last modifier user of this entity.
Declaration
TUser LastModifier { get; set; }
Property Value
| Type | Description |
|---|---|
| TUser |