Interface IModificationAuditedObject
This interface can be implemented to store modification information (who and when modified lastly).
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public interface IModificationAuditedObject : IHasModificationTime
Properties
| Improve this Doc View SourceLastModifierId
Last modifier user for this entity.
Declaration
Guid? LastModifierId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid? |