Files
DP44/docs/ai/Common/DTS.Common.DAS.Concepts/Properties.md
2026-04-17 14:55:32 -04:00

38 lines
1.5 KiB
Markdown

---
source_files:
- Common/DTS.Common.DAS.Concepts/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:26:29.249568+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "cac7441424bad40e"
---
# Properties
### Purpose
This module contains assembly metadata for the `DTS.DAS.Concepts` assembly. It is a build-time configuration file that defines version information, copyright, and COM visibility settings for the assembly. It does not contain executable logic or types.
### Public Interface
No public types, functions, or methods are defined in this module. The file contains only assembly-level attributes:
- `AssemblyTitle`: Set to `"DTS.DAS.Concepts"`
- `AssemblyDescription`: Empty
- `AssemblyCompany`: `"DTS"`
- `AssemblyProduct`: `"DTS.DAS.Concepts"`
- `AssemblyCopyright`: `"Copyright © DTS 2008"`
- `ComVisible`: `false`
- `Guid`: `"9b6f7402-27d3-4cc9-9ff3-3cfe16e0b429"`
- `AssemblyVersion`: `"1.06.0081"`
- `AssemblyFileVersion`: `"1.06.0081"`
### Invariants
- COM visibility is explicitly set to `false`, meaning types in this assembly are not visible to COM components by default.
- The assembly version and file version are synchronized at `"1.06.0081"`.
### Dependencies
- **Depends on**: `System.Reflection`, `System.Runtime.InteropServices` (standard .NET Framework assemblies).
- **Depended on by**: Cannot be determined from this file alone.
### Gotchas
- The `AssemblyTitle` attribute value (`"DTS.DAS.Concepts"`) differs from the module path name (`DTS.Common.DAS.Concepts`). This discrepancy may cause confusion when referencing the assembly.
---