Files
DP44/docs/ai/Common/DTS.Common.SharedResource.md

18 lines
825 B
Markdown
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
---
source_files:
- Common/DTS.Common.SharedResource/EnumDescriptionTypeConverterShared.cs
generated_at: "2026-04-17T16:26:37.696457+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "9ff3afac75b0cf88"
---
# DTS.Common.SharedResource
### Purpose
This module provides utility components for shared resource handling across the application. Specifically, it contains the `EnumDescriptionTypeConverterShared` class, which is a Type Converter designed to display user-friendly descriptions for enumeration values in UI layers (such as WPF) instead of the raw enum names. It supports localization by attempting to resolve description strings from a resource manager before falling back to the attribute text.
### Public Interface
**Class: `EnumDescriptionTypeConverterShared`**
Inherits from `System.ComponentModel