Class StateGraphContext
Inheritance
object
StateGraphContext
Assembly: solution.dll
Syntax
public class StateGraphContext : GraphContext<StateGraph, StateCanvas>, IGraphContext, IDisposable
Constructors
StateGraphContext(GraphReference)
Declaration
public StateGraphContext(GraphReference reference)
Parameters
Properties
windowTitle
Declaration
public override string windowTitle { get; }
Property Value
Overrides
Methods
Declaration
protected override IEnumerable<ISidebarPanelContent> SidebarPanels()
Returns
Overrides
Implements
IDisposable
Extension Methods