Table of Contents

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

CodeSource CodeSource

The source of the code at this point.

CreatedAt DateTime

The timestamp of this history entry.

Properties

CodeSource

The source of the code at this point.

public CodeSource CodeSource { get; init; }

Property Value

CodeSource

CreatedAt

The timestamp of this history entry.

public DateTime CreatedAt { get; init; }

Property Value

DateTime