Files
DP44/docs/ai/Common/DTS.Common.SerializationPlus/Control/Event/Module.md
2026-04-17 14:55:32 -04:00

1.3 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
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
2026-04-17T15:38:06.771428+00:00 zai-org/GLM-5-FP8 1 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