Table of Contents

Class StatusDataLastValueBeforeCache.Diagnostic

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The record that will hold the StatusData.

public record StatusDataLastValueBeforeCache.Diagnostic : IEquatable<StatusDataLastValueBeforeCache.Diagnostic>
Inheritance
StatusDataLastValueBeforeCache.Diagnostic
Implements
Inherited Members

Constructors

Diagnostic(StatusData)

The record that will hold the StatusData.

public Diagnostic(StatusData StatusData)

Parameters

StatusData StatusData

The StatusData

Diagnostic(Diagnostic)

protected Diagnostic(StatusDataLastValueBeforeCache.Diagnostic original)

Parameters

original StatusDataLastValueBeforeCache.Diagnostic

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type

StatusData

The StatusData

public StatusData StatusData { get; init; }

Property Value

StatusData

Methods

Deconstruct(out StatusData)

public void Deconstruct(out StatusData StatusData)

Parameters

StatusData StatusData

Equals(Diagnostic?)

public virtual bool Equals(StatusDataLastValueBeforeCache.Diagnostic? other)

Parameters

other StatusDataLastValueBeforeCache.Diagnostic

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

builder StringBuilder

Returns

bool

ToString()

public override string ToString()

Returns

string

Operators

operator ==(Diagnostic?, Diagnostic?)

public static bool operator ==(StatusDataLastValueBeforeCache.Diagnostic? left, StatusDataLastValueBeforeCache.Diagnostic? right)

Parameters

left StatusDataLastValueBeforeCache.Diagnostic
right StatusDataLastValueBeforeCache.Diagnostic

Returns

bool

operator !=(Diagnostic?, Diagnostic?)

public static bool operator !=(StatusDataLastValueBeforeCache.Diagnostic? left, StatusDataLastValueBeforeCache.Diagnostic? right)

Parameters

left StatusDataLastValueBeforeCache.Diagnostic
right StatusDataLastValueBeforeCache.Diagnostic

Returns

bool