Table of Contents

Interface IStandardGraphNode<TNode>

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public interface IStandardGraphNode<TNode> where TNode : GraphNodeModel

Type Parameters

TNode

Properties

HasChildren

bool HasChildren { get; }

Property Value

bool

HasParent

bool HasParent { get; }

Property Value

bool

IncomingEdges

IReadOnlyCollection<StandardGraphEdge<TNode>> IncomingEdges { get; }

Property Value

IReadOnlyCollection<StandardGraphEdge<TNode>>

NodeId

Guid NodeId { get; }

Property Value

Guid

OutgoingEdges

IReadOnlyCollection<StandardGraphEdge<TNode>> OutgoingEdges { get; }

Property Value

IReadOnlyCollection<StandardGraphEdge<TNode>>