Domain Detective

API Reference

Class

ArcInfo

Namespace DomainDetective.Views
Assembly DomainDetective

Provides arc info functionality.

Inheritance

  • Object
  • ArcInfo

Constructors

public ArcInfo() #

Properties

public HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Boolean ArcHeadersFound { get; set; } #

Gets or sets the arc headers found value.

public Int32 SealCount { get; set; } #

Gets or sets the seal count value.

public Int32 AarCount { get; set; } #

Gets or sets the aar count value.

public Boolean SealsIncludeSignatures { get; set; } #

Gets or sets the seals include signatures value.

public Boolean ValidChain { get; set; } #

Gets or sets the valid chain value.

public String ChainState { get; set; } #

Gets or sets the chain state value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public ARCAnalysis Raw { get; set; } #

Gets or sets the raw value.

public Sections Narrative { get; set; } #

Gets or sets the narrative value.

public IReadOnlyList<String> Highlights { get; set; } #

Gets or sets the highlights value.

{{ include "footer" }}