Table of Contents

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

Type Description
Diff

Diff

public Diff Diff { readonly get; set; }

Property Value

Type Description
Diff

LeftJToken

public JToken LeftJToken { readonly get; set; }

Property Value

Type Description
JToken

LeftPrimitive

public object LeftPrimitive { readonly get; set; }

Property Value

Type Description
object

OrdinalLeft

public int OrdinalLeft { readonly get; set; }

Property Value

Type Description
int

OrdinalRight

public int OrdinalRight { readonly get; set; }

Property Value

Type Description
int

RightJToken

public JToken RightJToken { readonly get; set; }

Property Value

Type Description
JToken

RightPrimitive

public object RightPrimitive { readonly get; set; }

Property Value

Type Description
object

Type

public BimTokenType? Type { readonly get; set; }

Property Value

Type Description
BimTokenType?