Table of Contents

Class RunHistoryEntry

Namespace
Cress.LivingDocs
Assembly
Cress.LivingDocs.dll
public sealed record RunHistoryEntry : IEquatable<RunHistoryEntry>
Inheritance
RunHistoryEntry
Implements
Inherited Members

Constructors

RunHistoryEntry(string, DateTimeOffset, int, int)

public RunHistoryEntry(string RunId, DateTimeOffset Timestamp, int PassedCount, int FailedCount)

Parameters

RunId string
Timestamp DateTimeOffset
PassedCount int
FailedCount int

Properties

FailedCount

public int FailedCount { get; init; }

Property Value

int

PassedCount

public int PassedCount { get; init; }

Property Value

int

RunId

public string RunId { get; init; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset