s&box docs
API ReferenceFacepunch.ActionGraphs

public abstract interface Facepunch.ActionGraphs.IMessageContext

Interface for action graph elements that can be the context of a `Facepunch.ActionGraphs.ValidationMessage`.

Broader workflow and conceptual references connected to this API.

Properties

Showing 3 properties

public virtual Facepunch.ActionGraphs.IMessageContext Facepunch.ActionGraphs.IMessageContext.Parent { get; set; }

Parent element in the graph. Parents will list all validation messages of their children.

public virtual string Facepunch.ActionGraphs.IMessageContext.StackTraceIdentifier { get; set; }

Unique identifier for this graph element in a stack trace.

Metadata

FieldValue
NamespaceFacepunch.ActionGraphs
Typeclass
AssemblyFacepunch.ActionGraphs
Doc IDT:Facepunch.ActionGraphs.IMessageContext

On this page