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

825 B

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
Common/DTS.Common.SharedResource/EnumDescriptionTypeConverterShared.cs
2026-04-17T16:26:37.696457+00:00 zai-org/GLM-5-FP8 1 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