Class DiffNode
- Inheritance
-
DiffNode
- Inherited Members
-
- Namespace
- TabularEditor.Shared.ModelDiff
- Assembly
- TabularEditor3.Shared.dll
- Extension Methods
-
Constructors
DiffNode()
Properties
Children
public List<DiffNode> Children { get; }
Property Value
DiffInfo
public NodeDiffInfo DiffInfo { get; set; }
Property Value
LeftName
public string LeftName { get; set; }
Property Value
LeftValue
public string LeftValue { get; set; }
Property Value
RightName
public string RightName { get; set; }
Property Value
RightValue
public string RightValue { get; set; }
Property Value