.NET API
JudgeRunResponse
Namespace Tracon · Assembly
Tracon.Abstractions.dllThe result of manually scoring a run.
public sealed record JudgeRunResponse : IEquatable<JudgeRunResponse>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”JudgeRunResponse()
Section titled “ JudgeRunResponse()”public JudgeRunResponse()Properties
Section titled “Properties”Failures
Section titled “ Failures”The normalized failures reported by judges.
public IReadOnlyList<JudgeFailure> Failures { get; init; }Property Value
Section titled “Property Value”Scores
Section titled “ Scores”The score rows that were written.
public IReadOnlyList<RunScore> Scores { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(JudgeRunResponse?)
Section titled “ Equals(JudgeRunResponse?)”public bool Equals(JudgeRunResponse? other)Parameters
Section titled “Parameters”other JudgeRunResponse?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(JudgeRunResponse?, JudgeRunResponse?)
Section titled “ operator ==(JudgeRunResponse?, JudgeRunResponse?)”public static bool operator ==(JudgeRunResponse? left, JudgeRunResponse? right)Parameters
Section titled “Parameters”left JudgeRunResponse?
right JudgeRunResponse?
Returns
Section titled “Returns”operator !=(JudgeRunResponse?, JudgeRunResponse?)
Section titled “ operator !=(JudgeRunResponse?, JudgeRunResponse?)”public static bool operator !=(JudgeRunResponse? left, JudgeRunResponse? right)Parameters
Section titled “Parameters”left JudgeRunResponse?
right JudgeRunResponse?