24 lines
978 B
Markdown
24 lines
978 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.Common/Interface/ViewData/IViewDataView.cs
|
||
|
|
- Common/DTS.Common/Interface/ViewData/IViewDataViewModel.cs
|
||
|
|
generated_at: "2026-04-17T16:07:10.456102+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "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 `IBaseView` with no additional members.
|
||
|
|
|
||
|
|
**IViewDataViewModel**
|
||
|
|
- Signature: `public interface IViewDataViewModel : IBaseViewModel { }`
|
||
|
|
- Description: Marker interface for the
|