978 B
978 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | ||
|---|---|---|---|---|---|---|
|
2026-04-17T16:07:10.456102+00:00 | zai-org/GLM-5-FP8 | 1 | d74885dd95b342a1 |
ViewData
Purpose
This module defines the contract for a generic "View Data" component within the DTS application. It provides empty marker interfaces for both View and ViewModel layers, suggesting this may serve as a foundational or placeholder module for displaying arbitrary data, or it may be extended through other means not visible in these interfaces.
Public Interface
IViewDataView
- Signature:
public interface IViewDataView : IBaseView { } - Description: Marker interface for the View Data View. Inherits from
IBaseViewwith no additional members.
IViewDataViewModel
- Signature:
public interface IViewDataViewModel : IBaseViewModel { } - Description: Marker interface for the