Table of Contents

Interface ITrackCreated

Namespace
Arbiter.CommandQuery.Definitions
Assembly
Arbiter.CommandQuery.dll

An interface indicating the implemented type supports tracking creating audit fields

public interface ITrackCreated

Properties

Created

Gets or sets the Coordinated Universal Time (UTC) date and time the entity was created.

DateTimeOffset Created { get; set; }

Property Value

DateTimeOffset

The Coordinated Universal Time (UTC) date and time the entity was created.

CreatedBy

Gets or sets the user that created this entity.

string? CreatedBy { get; set; }

Property Value

string

The user that created this entity.