Class VerificationResult
Namespace: DotBoxD.Kernels.Verifier.Generated
Assembly: DotBoxD.Kernels.Verifier.dll
public sealed record VerificationResult : IEquatable<VerificationResult>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<VerificationResult>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”VerificationResult(bool, IReadOnlyList<VerificationDiagnostic>, string, string, DateTimeOffset)
Section titled “ VerificationResult(bool, IReadOnlyList<VerificationDiagnostic>, string, string, DateTimeOffset)”public VerificationResult(bool Succeeded, IReadOnlyList<VerificationDiagnostic> Diagnostics, string AssemblyHash, string VerifierVersion, DateTimeOffset VerifiedAt)Parameters
Section titled “Parameters”Succeeded bool
Diagnostics IReadOnlyList<VerificationDiagnostic>
AssemblyHash string
VerifierVersion string
VerifiedAt DateTimeOffset
Properties
Section titled “Properties”AssemblyHash
Section titled “ AssemblyHash”public string AssemblyHash { get; init; }Property Value
Section titled “Property Value”Diagnostics
Section titled “ Diagnostics”public IReadOnlyList<VerificationDiagnostic> Diagnostics { get; init; }Property Value
Section titled “Property Value”IReadOnlyList<VerificationDiagnostic>
Succeeded
Section titled “ Succeeded”public bool Succeeded { get; init; }Property Value
Section titled “Property Value”VerifiedAt
Section titled “ VerifiedAt”public DateTimeOffset VerifiedAt { get; init; }Property Value
Section titled “Property Value”VerifierVersion
Section titled “ VerifierVersion”public string VerifierVersion { get; init; }