Api Facepunch ActionGraphs IMessageContext
interface

IMessageContext

public interface IMessageContext

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

Properties

Name Type Description
ActionGraph virtual ActionGraph Action graph this element belongs to.
Parent virtual IMessageContext Parent element in the graph. Parents will list all validation messages of their children.
StackTraceIdentifier virtual String Unique identifier for this graph element in a stack trace.
Assembly: Facepunch.ActionGraphs Namespace: Facepunch.ActionGraphs Full Name: Facepunch.ActionGraphs.IMessageContext