Class DiffEngine
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
beforeDomainSnapshotThe snapshot before changes.
afterDomainSnapshotThe snapshot after changes.
Returns
- DomainDiff
The diff result.