Table of Contents

Class OutlineTree.DataNode

Namespace
InSite.UI.Portal.Standards.Controls
Assembly
InSite.UI.dll
public class OutlineTree.DataNode : StandardGraphNode, IStandardGraphNode<StandardGraphNode>
Inheritance
OutlineTree.DataNode
Implements
Inherited Members

Constructors

DataNode(Guid)

public DataNode(Guid id)

Parameters

id Guid

Properties

Graph

public StandardGraph<StandardGraphNode> Graph { get; }

Property Value

StandardGraph<StandardGraphNode>

IncomingNodes

public IEnumerable<OutlineTree.DataNode> IncomingNodes { get; }

Property Value

IEnumerable<OutlineTree.DataNode>

OutgoingNodes

public IEnumerable<OutlineTree.DataNode> OutgoingNodes { get; }

Property Value

IEnumerable<OutlineTree.DataNode>