Class TreeDiagnosticReport
Structure tree diagnostic report
public class TreeDiagnosticReport
Inheritance
Properties
ExcessiveStructures
public List<string> ExcessiveStructures { get; set; }
IsValid
public bool IsValid { get; }
MissingStructures
public List<string> MissingStructures { get; set; }
OrphanedNodes
public List<string> OrphanedNodes { get; set; }
Recommendations
public List<string> Recommendations { get; set; }
Summary
public string Summary { get; }
TypeMismatches
public List<string> TypeMismatches { get; set; }