1.4 KiB
1.4 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |||
|---|---|---|---|---|---|---|---|
|
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 |