Files
DP44/docs/ai/DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources.md
2026-04-17 14:55:32 -04:00

1.4 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/StringResources.ja.Designer.cs
DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/TranslateExtension.cs
DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.TestSummaryList/Resources/StringResources.Designer.cs
2026-04-17T15:54:29.404798+00:00 zai-org/GLM-5-FP8 1 6473ce1c8faeb7d4

Documentation: DTS.Viewer.TestSummaryList.Resources

1. Purpose

This module provides localization infrastructure for the DTS Viewer TestSummaryList feature. It consists of a strongly-typed resource accessor class (StringResources) that wraps .NET resource manager functionality for retrieving localized UI strings, and a XAML markup extension (TranslateExtension) that enables declarative resource lookups directly in XAML bindings. The module centralizes all user-facing text for test summary operations including browsing, sorting, filtering, and displaying test metadata.


2. Public Interface

TranslateExtension (public class)

Namespace: DTS.Viewer.TestSummaryList

Inheritance: MarkupExtension

A XAML markup extension for retrieving localized strings from the resource manager.

Member Signature Description
Constructor TranslateExtension(string key) Initializes the extension with the resource key to look up.
ProvideValue