Class WorkflowConflict
A single conflict between two versions of a workflow.
public sealed class WorkflowConflict
- Inheritance
-
WorkflowConflict
- Inherited Members
Properties
AncestorValue
public string? AncestorValue { get; init; }
Property Value
Kind
public required ConflictKind Kind { get; init; }
Property Value
OurValue
public string? OurValue { get; init; }
Property Value
Path
public required string Path { get; init; }
Property Value
TheirValue
public string? TheirValue { get; init; }