API Reference
Class
ContactInfo
View model summarizing Contact TXT record analysis.
Inheritance
- Object
- ContactInfo
Constructors
public ContactInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Type of health check.
public AnalysisArea Area { get; set; } #Logical analysis area.
public Boolean RecordExists { get; set; } #Gets or sets the record exists value.
public String ContactRecord { get; set; } #Raw contact TXT record.
public IReadOnlyDictionary<String, String> Fields { get; set; } #Key-value fields parsed from the contact record.
public IReadOnlyList<Assessment> Assessments { get; set; } #Assessment list.
public String Status { get; set; } #Overall status (OK/Warning/Error).
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; } #Short summary text used in executive reports.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Actionable recommendations.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Positive posture notes.
public IReadOnlyList<String> References { get; set; } #Reference links.
public ContactInfoAnalysis Raw { get; set; } #Underlying analysis.