API Reference
Class
DomainPortfolioSection
A check-oriented evidence section inside a DomainPortfolioSnapshot.
Inheritance
- Object
- DomainPortfolioSection
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 DomainPortfolioSnapshot.Sections
Constructors
public DomainPortfolioSection() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Stable section key, normally a HealthCheckType name.
public String DisplayName { get; set; } #Human-readable section name.
public String Area { get; set; } #High-level area such as DNS, Mail, Web, Security, Identity, or General.
public String Status { get; set; } #Computed section status based on collected assessments. Builder-created sections use OK, Warning, or Error; externally constructed sections may retain Unknown.
public Int32 WarningCount { get; set; } #Number of warning assessments in this section.
public Int32 ErrorCount { get; set; } #Number of error assessments in this section.
public List<DomainPortfolioFact> Facts { get; set; } #Storage-friendly scalar facts extracted from the analysis result.
public List<Assessment> Assessments { get; set; } #Assessments that belong to this section.