Domain Detective

API Reference

Class

DomainPortfolioChangeSet

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Change set produced by comparing two portfolio snapshots.

Inheritance

  • Object
  • DomainPortfolioChangeSet

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String Subject { get; set; } #

Snapshot subject.

public DateTimeOffset PreviousCapturedAtUtc { get; set; } #

Previous snapshot capture time.

public DateTimeOffset CurrentCapturedAtUtc { get; set; } #

Current snapshot capture time.

public List<DomainPortfolioChange> Changes { get; set; } #

Detected changes.

{{ include "footer" }}