A hierarchical group of DiagnosticResult.
            
Inheritance Hierarchy
SimpleInjector.DiagnosticsDiagnosticGroup
Namespace: SimpleInjector.Diagnostics
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
The DiagnosticGroup type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Children | Gets the collection of child DiagnosticGroups.  | |
| Description | Gets the description of the group.  | |
| DiagnosticType | Gets the diagnostic type of all grouped DiagnosticResult instances.  | |
| GroupType | 
            Gets the base DiagnosticType that describes the service types of its
            Results. The value often be either Object (in case this is a
            root group) or a partial generic type to allow hierarchical grouping of a large number of related
            generic types.
              | |
| Name | Gets the friendly name of the group.  | |
| Parent | Gets the parent DiagnosticGroup or null when this is the
            root group.  | |
| Results | Gets the collection of DiagnosticResult instances.  | 
See Also