Class ModelDiffResult
- Inheritance
-
ModelDiffResult
- Inherited Members
- Namespace
- TabularEditor.Shared.ModelDiff
- Assembly
- TabularEditor3.Shared.dll
Output of ModelDiffComparer: a hierarchical JSON-level diff tree between two models.
public class ModelDiffResult
- Extension Methods
Constructors
ModelDiffResult()
public ModelDiffResult()
Properties
HasChanges
public bool HasChanges { get; }
Property Value
| Type | Description |
|---|---|
| bool |
OverallDiff
public Diff OverallDiff { get; set; }
Property Value
| Type | Description |
|---|---|
| Diff |
RootNodes
public List<DiffNode> RootNodes { get; }
Property Value
| Type | Description |
|---|---|
| List<DiffNode> |