API Reference
Class
DomainPortfolioFact
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
- Property DomainPortfolioSection.Facts
Constructors
public DomainPortfolioFact() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.