API ReferenceFacepunch.ActionGraphs
public abstract interface Facepunch.ActionGraphs.IMessageContext
Interface for action graph elements that can be the context of a `Facepunch.ActionGraphs.ValidationMessage`.
Related Guides
Broader workflow and conceptual references connected to this API.
Properties
Showing 3 properties
public virtual Facepunch.ActionGraphs.ActionGraph Facepunch.ActionGraphs.IMessageContext.ActionGraph { get; set; }
Action graph this element belongs to.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Facepunch.ActionGraphs |
| Type | class |
| Assembly | Facepunch.ActionGraphs |
| Doc ID | T:Facepunch.ActionGraphs.IMessageContext |