Table of Contents

Class DiffEngine

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

Engine for comparing domain snapshots and detecting changes.

public sealed class DiffEngine
Inheritance
DiffEngine
Inherited Members

Constructors

DiffEngine()

Initializes a new instance of the DiffEngine class.

public DiffEngine()

Methods

Compare(DomainSnapshot, DomainSnapshot)

Compares two snapshots and returns the differences.

public DomainDiff Compare(DomainSnapshot before, DomainSnapshot after)

Parameters

before DomainSnapshot

The snapshot before changes.

after DomainSnapshot

The snapshot after changes.

Returns

DomainDiff

The diff result.