This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
source_files:
- Common/DTS.Common.SerializationPlus/Control/Event/Module/ReviewableDasSerialNumberAttribute.cs
- Common/DTS.Common.SerializationPlus/Control/Event/Module/ReviewableAttribute.cs
- Common/DTS.Common.SerializationPlus/Control/Event/Module/ReviewableSampleRateAttribute.cs
generated_at: "2026-04-17T15:38:06.771428+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "bfab31fefc0af181"
---
# Documentation: DTS.Slice.Control.Event.Module Reviewable Attributes
## 1. Purpose
This module provides a framework for defining reviewable attributes attached to `Event.Module` instances within the DTS.Slice.Control namespace. It enables extraction and formatting of module metadata—such as serial numbers, sample rates, hardware filter settings, and test descriptions—through a standardized attribute system. The pattern allows concrete attribute classes to encapsulate both a display name and a value-retrieval delegate, facilitating consistent data presentation for review purposes.
---
## 2. Public Interface
### `Event.Module.ReviewableAttribute` (Abstract Base Class)
**Inheritance:** Inherits from `Slice.Control.ReviewableAttribute`
| Member | Signature | Description |
|--------|-----------|-------------|
| Constructor (public) | `ReviewableAttribute(Event.Module channel)` | **Throws