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
StatusDataStatusDataThe StatusData
Diagnostic(Diagnostic)
protected Diagnostic(StatusDataLastValueBeforeCache.Diagnostic original)
Parameters
originalStatusDataLastValueBeforeCache.Diagnostic
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
StatusData
The StatusData
public StatusData StatusData { get; init; }
Property Value
Methods
Deconstruct(out StatusData)
public void Deconstruct(out StatusData StatusData)
Parameters
StatusDataStatusData
Equals(Diagnostic?)
public virtual bool Equals(StatusDataLastValueBeforeCache.Diagnostic? other)
Parameters
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(Diagnostic?, Diagnostic?)
public static bool operator ==(StatusDataLastValueBeforeCache.Diagnostic? left, StatusDataLastValueBeforeCache.Diagnostic? right)
Parameters
Returns
operator !=(Diagnostic?, Diagnostic?)
public static bool operator !=(StatusDataLastValueBeforeCache.Diagnostic? left, StatusDataLastValueBeforeCache.Diagnostic? right)