Class TreeDiagnosticReport

Assembly: redb.Core.dll

Structure tree diagnostic report

public class TreeDiagnosticReport

Inheritance

ObjectTreeDiagnosticReport

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; }