Struct BehaviorResultDescriptor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Behaviors
Assembly: Cephalon.Abstractions.dll
Represents a transport-neutral behavior outcome descriptor that does not carry a payload value.
public readonly record struct BehaviorResultDescriptor : IEquatable<BehaviorResultDescriptor>Implements
Section titled “Implements”IEquatable<BehaviorResultDescriptor>
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”Gets the stable outcome code when one was supplied.
public string? Code { get; }Property Value
Section titled “Property Value”Gets the structured fault details when the outcome is not successful.
public BehaviorFault? Fault { get; }Property Value
Section titled “Property Value”Message
Section titled “ Message”Gets the human-readable outcome message.
public string? Message { get; }Property Value
Section titled “Property Value”Status
Section titled “ Status”Gets the transport-neutral outcome status.
public BehaviorResultStatus Status { get; }