GraphShell Constructor

Constructor. The graph cannot be run before Build has been invoked.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public GraphShell(
	ILifetimeScope parent,
	ITreeIdentity owner,
	GraphState graphState
)

Parameters

parent  ILifetimeScope
Lifetime scope to use for the run. The graph and all nodes are constructed with it as the initial lifetime.
owner  ITreeIdentity
The "owning" job in the tree; use null for root jobs.
graphState  GraphState
Description of the graph to run.

See Also