18 lines
707 B
Markdown
18 lines
707 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.CommonCore/Interface/SystemSettings/ISystemSettingsView.cs
|
||
|
|
- Common/DTS.CommonCore/Interface/SystemSettings/ISystemSettingsViewModel.cs
|
||
|
|
generated_at: "2026-04-17T16:05:00.432769+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "666dc870908302b2"
|
||
|
|
---
|
||
|
|
|
||
|
|
# SystemSettings
|
||
|
|
|
||
|
|
### Purpose
|
||
|
|
This module defines the view/viewmodel contract pair for a "SystemSettings" feature within the DTS application. Unlike simpler view/viewmodel pairs, the `ISystemSettingsViewModel` interface defines a richer contract including region management for UI composition, suggesting this viewmodel acts as a shell or container that hosts multiple sub-regions.
|
||
|
|
|
||
|
|
### Public Interface
|
||
|
|
|
||
|
|
**`IS
|