Struct NodeDiffInfo
- Inherited Members
-
- Namespace
- TabularEditor.Shared.ModelDiff
- Assembly
- TabularEditor3.Shared.dll
public struct NodeDiffInfo
- Extension Methods
-
Properties
ChildDiff
public Diff ChildDiff { get; set; }
Property Value
Diff
public Diff Diff { readonly get; set; }
Property Value
LeftJToken
public JToken LeftJToken { readonly get; set; }
Property Value
LeftPrimitive
public object LeftPrimitive { readonly get; set; }
Property Value
OrdinalLeft
public int OrdinalLeft { readonly get; set; }
Property Value
OrdinalRight
public int OrdinalRight { readonly get; set; }
Property Value
RightJToken
public JToken RightJToken { readonly get; set; }
Property Value
RightPrimitive
public object RightPrimitive { readonly get; set; }
Property Value
Type
public BimTokenType? Type { readonly get; set; }
Property Value