Table of Contents

Class LinkTree.Edge

Namespace
Manpuku.Edinet.Xbrl
Assembly
Manpuku.Edinet.Xbrl.dll

Represents an edge (relationship) between two nodes in the link tree.

public class LinkTree.Edge
Inheritance
LinkTree.Edge
Inherited Members

Properties

Arc

Gets the arc (relationship) associated with this edge.

public Arc Arc { get; init; }

Property Value

Arc

Child

Gets the child node of this edge.

public LinkTree.Node Child { get; init; }

Property Value

LinkTree.Node

Parent

Gets the parent node of this edge.

public LinkTree.Node Parent { get; init; }

Property Value

LinkTree.Node

Tree

Gets the link tree to which this edge belongs.

public LinkTree Tree { get; init; }

Property Value

LinkTree