Table of Contents

Class DiffNode

Inheritance
DiffNode
Inherited Members
Namespace
TabularEditor.Shared.ModelDiff
Assembly
TabularEditor3.Shared.dll
public class DiffNode
Extension Methods

Constructors

DiffNode()

public DiffNode()

Properties

Children

public List<DiffNode> Children { get; }

Property Value

Type Description
List<DiffNode>

DiffInfo

public NodeDiffInfo DiffInfo { get; set; }

Property Value

Type Description
NodeDiffInfo

LeftName

public string LeftName { get; set; }

Property Value

Type Description
string

LeftValue

public string LeftValue { get; set; }

Property Value

Type Description
string

RightName

public string RightName { get; set; }

Property Value

Type Description
string

RightValue

public string RightValue { get; set; }

Property Value

Type Description
string