825 B
825 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
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