Domain Detective

API Reference

Class

DomainPortfolioFact

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

A stable scalar value captured from an analysis result.

Inheritance

  • Object
  • DomainPortfolioFact

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 Key { get; set; } #

Stable fact key within the section.

public String Label { get; set; } #

Human-readable fact label for display only; differ and summary logic use Key.

public String Value { get; set; } #

Normalized string value. Collections are joined deterministically.

public DomainPortfolioFactKind Kind { get; set; } #

Value kind used by consumers that want typed storage columns.

{{ include "footer" }}