init
This commit is contained in:
31
docs/ai/Common/DTS.Common.Core.md
Normal file
31
docs/ai/Common/DTS.Common.Core.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
source_files:
|
||||
- Common/DTS.Common.Core/DTSConstants.cs
|
||||
generated_at: "2026-04-17T16:38:12.526303+00:00"
|
||||
model: "zai-org/GLM-5-FP8"
|
||||
schema_version: 1
|
||||
sha256: "e70970525f89bace"
|
||||
---
|
||||
|
||||
# Documentation: DTSConstants.cs
|
||||
|
||||
## 1. Purpose
|
||||
This module provides a centralized container for compile-time constant values used within the `DTS.Common.Core` namespace. Its primary role is to define hardcoded file paths for application configuration files, specifically targeting the `DTS.Viewer` application environment.
|
||||
|
||||
## 2. Public Interface
|
||||
|
||||
**Class: `DTSConstants`**
|
||||
* **Type:** `public static class`
|
||||
* **Namespace:** `DTS.Common.Core`
|
||||
|
||||
**Members:**
|
||||
|
||||
* **`CustomConfigPath`**
|
||||
* **Signature:** `public const string`
|
||||
* **Value:** `C:\dev\DTS.Viewer\bin\Debug\DTS.Viewer.exe.config`
|
||||
* **Description:** Defines a constant path to a specific configuration file.
|
||||
|
||||
* **`ViewerConfigPath`**
|
||||
* **Signature:** `public const string`
|
||||
* **Value:** `C:\dev\DTS.Viewer\bin\Debug\DTS.Viewer.exe.config`
|
||||
* **Description:** Defines a constant path to the viewer's configuration file. Note that the value is currently identical to `
|
||||
Reference in New Issue
Block a user