RunPromotionOutcome
Namespace AgentPrism · Assembly
AgentPrism.Core.dllRepresents the RunToCasePromoter.PromoteAsync outcome and its case, when present.
public sealed record RunPromotionOutcome : IEquatable<RunPromotionOutcome>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<RunPromotionOutcome>
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”RunPromotionOutcome(RunPromotionStatus, EvalCase?)
Section titled “ RunPromotionOutcome(RunPromotionStatus, EvalCase?)”Represents the RunToCasePromoter.PromoteAsync outcome and its case, when present.
public RunPromotionOutcome(RunPromotionStatus Status, EvalCase? Case)Parameters
Section titled “Parameters”Status RunPromotionStatus
Case EvalCase?
Properties
Section titled “Properties”public EvalCase? Case { get; init; }Property Value
Section titled “Property Value”Status
Section titled “ Status”public RunPromotionStatus Status { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Deconstruct(out RunPromotionStatus, out EvalCase?)
Section titled “ Deconstruct(out RunPromotionStatus, out EvalCase?)”public void Deconstruct(out RunPromotionStatus Status, out EvalCase? Case)Parameters
Section titled “Parameters”Status RunPromotionStatus
Case EvalCase?
Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(RunPromotionOutcome?)
Section titled “ Equals(RunPromotionOutcome?)”public bool Equals(RunPromotionOutcome? other)Parameters
Section titled “Parameters”other RunPromotionOutcome?
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 ==(RunPromotionOutcome?, RunPromotionOutcome?)
Section titled “ operator ==(RunPromotionOutcome?, RunPromotionOutcome?)”public static bool operator ==(RunPromotionOutcome? left, RunPromotionOutcome? right)Parameters
Section titled “Parameters”left RunPromotionOutcome?
right RunPromotionOutcome?
Returns
Section titled “Returns”operator !=(RunPromotionOutcome?, RunPromotionOutcome?)
Section titled “ operator !=(RunPromotionOutcome?, RunPromotionOutcome?)”public static bool operator !=(RunPromotionOutcome? left, RunPromotionOutcome? right)Parameters
Section titled “Parameters”left RunPromotionOutcome?
right RunPromotionOutcome?