Domain Detective

API Reference

Enum

DomainPortfolioChangeKind

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classification of a portfolio snapshot change.

Inheritance

  • Enum
  • DomainPortfolioChangeKind

Usage

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

Values

public const DomainPortfolioChangeKind Added #

A section or fact appears only in the current snapshot.

Value: 0
public const DomainPortfolioChangeKind Removed #

A section or fact appears only in the previous snapshot.

Value: 1
public const DomainPortfolioChangeKind Changed #

A section or fact exists in both snapshots but has a different value.

Value: 2
{{ include "footer" }}