API ReferenceFacepunch.ActionGraphs

IMessageContextclass

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

objectIMessageContext
Namespace
Facepunch.ActionGraphs
Assembly
Facepunch.ActionGraphs
Declaration
public abstract interface Facepunch.ActionGraphs.IMessageContext

Properties3

Showing 3 properties

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

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

Returns:IMessageContext

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

Unique identifier for this graph element in a stack trace.

Returns:string

On this page