1.1 KiB
1.1 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:38:12.526303+00:00 | zai-org/GLM-5-FP8 | 1 | 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.
- Signature:
-
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 `
- Signature: