Domain Detective

API Reference

Class

DomainPortfolioSnapshotDiffer

Namespace DomainDetective
Assembly DomainDetective
Modifiers static

Compares portfolio snapshots and emits deterministic storage-friendly change rows.

Inheritance

  • Object
  • DomainPortfolioSnapshotDiffer

Methods

public static DomainPortfolioChangeSet Compare(DomainPortfolioSnapshot previous, DomainPortfolioSnapshot current) #
Returns: DomainPortfolioChangeSet

Compares two portfolio snapshots with the supported schema version. Persisted snapshots should be migrated before diffing after a schema bump.

Parameters

previous DomainDetective.DomainPortfolioSnapshot requiredposition: 0
Previous snapshot.
current DomainDetective.DomainPortfolioSnapshot requiredposition: 1
Current snapshot.

Returns

Change set containing section and fact changes.

{{ include "footer" }}