Domain Detective

API Reference

Class

DomainOverallInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides domain overall info functionality.

Inheritance

  • Object
  • DomainOverallInfo

Constructors

Properties

public String Subject { get; set; } #

Gets or sets the subject value.

public DomainSummary Summary { get; set; } #

Gets or sets the summary value.

public Int32 TotalAssessments { get; set; } #

Gets or sets the total assessments value.

public Int32 InfoCount { get; set; } #

Gets or sets the info count 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 IReadOnlyList<RecommendationView> Recommendations { get; set; } #

Gets or sets the recommendations value.

public DomainHealthCheck Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}