InboundTriggerValidationResult
Namespace AgentPrism · Assembly
AgentPrism.Core.dllThe result of InboundTriggerDispatcher.ValidateAsync.
public sealed record InboundTriggerValidationResult : IEquatable<InboundTriggerValidationResult>Inheritance
Section titled “Inheritance”object ← InboundTriggerValidationResult
Implements
Section titled “Implements”IEquatable<InboundTriggerValidationResult>
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”InboundTriggerValidationResult()
Section titled “ InboundTriggerValidationResult()”public InboundTriggerValidationResult()Properties
Section titled “Properties”ErrorDetail
Section titled “ ErrorDetail”A human-readable detail for InboundTriggerOutcome.InvalidPayload; otherwise null.
public string? ErrorDetail { get; init; }Property Value
Section titled “Property Value”Outcome
Section titled “ Outcome”The validation outcome.
public required InboundTriggerOutcome Outcome { get; init; }Property Value
Section titled “Property Value”Validated
Section titled “ Validated”Populated only when InboundTriggerValidationResult.Outcome is InboundTriggerOutcome.Valid.
public InboundTriggerValidatedRequest? Validated { get; init; }Property Value
Section titled “Property Value”InboundTriggerValidatedRequest?
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(InboundTriggerValidationResult?)
Section titled “ Equals(InboundTriggerValidationResult?)”public bool Equals(InboundTriggerValidationResult? other)Parameters
Section titled “Parameters”other InboundTriggerValidationResult?
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 ==(InboundTriggerValidationResult?, InboundTriggerValidationResult?)
Section titled “ operator ==(InboundTriggerValidationResult?, InboundTriggerValidationResult?)”public static bool operator ==(InboundTriggerValidationResult? left, InboundTriggerValidationResult? right)Parameters
Section titled “Parameters”left InboundTriggerValidationResult?
right InboundTriggerValidationResult?
Returns
Section titled “Returns”operator !=(InboundTriggerValidationResult?, InboundTriggerValidationResult?)
Section titled “ operator !=(InboundTriggerValidationResult?, InboundTriggerValidationResult?)”public static bool operator !=(InboundTriggerValidationResult? left, InboundTriggerValidationResult? right)Parameters
Section titled “Parameters”left InboundTriggerValidationResult?
right InboundTriggerValidationResult?