861 B
861 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:15:55.799570+00:00 | zai-org/GLM-5-FP8 | 1 | 2c4d49d0c7d99cef |
View
Purpose
This module provides the code-behind for the TestSettingsView XAML component, implementing the ITestSettingsView interface. It serves as the visual presentation layer (View) in the MVVM architecture, with its DataContext set by the associated ViewModel.
Public Interface
TestSettingsView()- Parameterless constructor that callsInitializeComponent()to load the XAML-defined UI.- Implements
ITestSettingsView- Marker interface for the view (no additional members visible in this file).
Invariants
- The view is a partial class, with the other part defined in XAML (
TestSettingsView.xaml