Files
DP44/docs/ai/DataPRO/Modules/TestSetups/Diagnostics.md
2026-04-17 14:55:32 -04:00

972 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
DataPRO/Modules/TestSetups/Diagnostics/DiagnosticsModule.cs
2026-04-17T16:47:09.117257+00:00 zai-org/GLM-5-FP8 1 67401adcd0b7b1ac

DiagnosticsModule Documentation

1. Purpose

This module serves as the Prism-based entry point for the Diagnostics subsystem within the DTS application framework. It is responsible for registering the Diagnostics view and view-model with the Unity dependency injection container and providing assembly metadata (name, image, group, region) that enables the main application shell to discover and display the Diagnostics module as an available component. The module belongs to the "Prepare" assembly group and targets the "DiagnosticsRegion" for UI composition.


2. Public Interface

DiagnosticsModule Class

Implements Prism.Modularity.IModule. The primary module definition for the Diagnostics feature.

| Member | Signature | Description | |