Class HistoryEntry
- Namespace
- Virtufin.WorkManager.Contracts
- Assembly
- Virtufin.WorkManager.dll
Represents a history entry for code changes.
public sealed record HistoryEntry : IEquatable<HistoryEntry>
- Inheritance
-
HistoryEntry
- Implements
- Inherited Members
Constructors
HistoryEntry(CodeSource, DateTime)
Represents a history entry for code changes.
public HistoryEntry(CodeSource CodeSource, DateTime CreatedAt)
Parameters
CodeSourceCodeSourceThe source of the code at this point.
CreatedAtDateTimeThe timestamp of this history entry.
Properties
CodeSource
The source of the code at this point.
public CodeSource CodeSource { get; init; }
Property Value
CreatedAt
The timestamp of this history entry.
public DateTime CreatedAt { get; init; }