.NET API
TraconEvalCheckRegistration
Tracon.Core.dllA custom check registration added through ITraconBuilder.AddEvalCheck(...).
public sealed record TraconEvalCheckRegistration : IEquatable<TraconEvalCheckRegistration>Inheritance
Section titled “Inheritance”object ← TraconEvalCheckRegistration
Implements
Section titled “Implements”IEquatable<TraconEvalCheckRegistration>
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”TraconEvalCheckRegistration(string, EvalCheck)
Section titled “ TraconEvalCheckRegistration(string, EvalCheck)”A custom check registration added through ITraconBuilder.AddEvalCheck(...).
public TraconEvalCheckRegistration(string Kind, EvalCheck Check)Parameters
Section titled “Parameters”Kind string
The check type name in EvalSuite.Checks.
Check EvalCheck
A code-defined check that does not call a model.
Properties
Section titled “Properties”A code-defined check that does not call a model.
public EvalCheck Check { get; init; }Property Value
Section titled “Property Value”EvalCheck
The check type name in EvalSuite.Checks.
public string Kind { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Deconstruct(out string, out EvalCheck)
Section titled “ Deconstruct(out string, out EvalCheck)”public void Deconstruct(out string Kind, out EvalCheck Check)Parameters
Section titled “Parameters”Kind string
Check EvalCheck
Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(TraconEvalCheckRegistration?)
Section titled “ Equals(TraconEvalCheckRegistration?)”public bool Equals(TraconEvalCheckRegistration? other)Parameters
Section titled “Parameters”other TraconEvalCheckRegistration?
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 ==(TraconEvalCheckRegistration?, TraconEvalCheckRegistration?)
Section titled “ operator ==(TraconEvalCheckRegistration?, TraconEvalCheckRegistration?)”public static bool operator ==(TraconEvalCheckRegistration? left, TraconEvalCheckRegistration? right)Parameters
Section titled “Parameters”left TraconEvalCheckRegistration?
right TraconEvalCheckRegistration?
Returns
Section titled “Returns”operator !=(TraconEvalCheckRegistration?, TraconEvalCheckRegistration?)
Section titled “ operator !=(TraconEvalCheckRegistration?, TraconEvalCheckRegistration?)”public static bool operator !=(TraconEvalCheckRegistration? left, TraconEvalCheckRegistration? right)Parameters
Section titled “Parameters”left TraconEvalCheckRegistration?
right TraconEvalCheckRegistration?