API Reference
Class
DomainOverallInfo
Provides domain overall info functionality.
Inheritance
- Object
- DomainOverallInfo
Constructors
public DomainOverallInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.