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
Property Value
- bool
IncomingEdges
IReadOnlyCollection<StandardGraphEdge<TNode>> IncomingEdges { get; }
Property Value
- IReadOnlyCollection<StandardGraphEdge<TNode>>
NodeId
Property Value
- Guid
OutgoingEdges
IReadOnlyCollection<StandardGraphEdge<TNode>> OutgoingEdges { get; }
Property Value
- IReadOnlyCollection<StandardGraphEdge<TNode>>