Table of Contents

Class ConflictReport

Namespace
JD.AI.Workflows.Consensus
Assembly
JD.AI.Workflows.dll

Result of a three-way conflict detection.

public sealed class ConflictReport
Inheritance
ConflictReport
Inherited Members

Properties

AncestorVersion

public required string AncestorVersion { get; init; }

Property Value

string

AutoResolved

public IReadOnlyList<string> AutoResolved { get; init; }

Property Value

IReadOnlyList<string>

Conflicts

public IReadOnlyList<WorkflowConflict> Conflicts { get; init; }

Property Value

IReadOnlyList<WorkflowConflict>

HasConflicts

public bool HasConflicts { get; init; }

Property Value

bool

OurVersion

public required string OurVersion { get; init; }

Property Value

string

TheirVersion

public required string TheirVersion { get; init; }

Property Value

string