Class NodeConnectionStore
- Namespace
- Artemis.UI.Shared.Services.NodeEditor
- Assembly
- Artemis.UI.Shared.dll
Represents a class that can store and restore a node's connections
public class NodeConnectionStore
- Inheritance
-
objectNodeConnectionStore
Constructors
NodeConnectionStore(INode)
Creates a new instance of the NodeConnectionStore class.
public NodeConnectionStore(INode node)
Parameters
nodeINodeThe node whose connections to store
Properties
Node
Gets the node this instance will store connections for.
public INode Node { get; }
Property Value
Methods
Restore()
Restores the connections of the node as they were during the last Store() call.
public void Restore()
Store()
Stores and clears the current connections of the node
public void Store()