DiagnosticGroup Class

Simple Injector
A hierarchical group of DiagnosticResult.
Inheritance Hierarchy

SystemObject
  SimpleInjector.DiagnosticsDiagnosticGroup

Namespace:  SimpleInjector.Diagnostics
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public class DiagnosticGroup

The DiagnosticGroup type exposes the following members.

Properties

  NameDescription
Public propertyChildren
Gets the collection of child DiagnosticGroups.
Public propertyDescription
Gets the description of the group.
Public propertyDiagnosticType
Gets the diagnostic type of all grouped DiagnosticResult instances.
Public propertyGroupType
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.
Public propertyName
Gets the friendly name of the group.
Public propertyParent
Gets the parent DiagnosticGroup or null when this is the root group.
Public propertyResults
Gets the collection of DiagnosticResult instances.
Top
See Also

Reference