Class OutlineTree.DataNode
public class OutlineTree.DataNode : StandardGraphNode, IStandardGraphNode<StandardGraphNode>
- Inheritance
-
OutlineTree.DataNode
- Implements
- Inherited Members
Constructors
DataNode(Guid)
public DataNode(Guid id)
Parameters
idGuid
Properties
Graph
public StandardGraph<StandardGraphNode> Graph { get; }
Property Value
IncomingNodes
public IEnumerable<OutlineTree.DataNode> IncomingNodes { get; }
Property Value
OutgoingNodes
public IEnumerable<OutlineTree.DataNode> OutgoingNodes { get; }