Table of Contents

Enum ChangeType

Namespace
JD.Domain.Diff
Assembly
JD.Domain.Diff.dll

Represents the type of change detected.

public enum ChangeType

Fields

Added = 0

Item was added.

Modified = 2

Item was modified.

Removed = 1

Item was removed.