Interface ITrackUpdated
- Namespace
- Arbiter.CommandQuery.Definitions
- Assembly
- Arbiter.CommandQuery.dll
An interface indicating the implemented type supports tracking update audit fields
public interface ITrackUpdated
Properties
Updated
Gets or sets the Coordinated Universal Time (UTC) date and time the entity was last updated.
DateTimeOffset Updated { get; set; }
Property Value
- DateTimeOffset
The Coordinated Universal Time (UTC) date and time the entity was last updated.
UpdatedBy
Gets or sets the user that last updated this entity.
string? UpdatedBy { get; set; }
Property Value
- string
The user that last updated this entity.