API Reference
Class
DomainPortfolioSnapshotDiffer
Compares portfolio snapshots and emits deterministic storage-friendly change rows.
Inheritance
- Object
- DomainPortfolioSnapshotDiffer
Methods
public static DomainPortfolioChangeSet Compare(DomainPortfolioSnapshot previous, DomainPortfolioSnapshot current) #Returns:
DomainPortfolioChangeSetCompares two portfolio snapshots with the supported schema version. Persisted snapshots should be migrated before diffing after a schema bump.
Parameters
- previous DomainDetective.DomainPortfolioSnapshot
- Previous snapshot.
- current DomainDetective.DomainPortfolioSnapshot
- Current snapshot.
Returns
Change set containing section and fact changes.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object