DiagnosticGroup Properties

Simple Injector

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