Table of Contents

Class TreeLayoutNode

Namespace
Italbytz.Graph.Visualization
Assembly
Italbytz.Graph.dll
public sealed class TreeLayoutNode
Inheritance
TreeLayoutNode
Inherited Members

Constructors

TreeLayoutNode(string, string, string?, string, bool, int)

public TreeLayoutNode(string id, string label, string? parentId, string edgeLabel, bool isPartOfSolution, int order = 0)

Parameters

id string
label string
parentId string
edgeLabel string
isPartOfSolution bool
order int

Properties

EdgeLabel

public string EdgeLabel { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string

IsPartOfSolution

public bool IsPartOfSolution { get; }

Property Value

bool

Label

public string Label { get; }

Property Value

string

Order

public int Order { get; }

Property Value

int

ParentId

public string? ParentId { get; }

Property Value

string