25 lines
959 B
Markdown
25 lines
959 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.Common/Enums/TestSetups/RealtimeGraphsEnum.cs
|
||
|
|
generated_at: "2026-04-17T16:40:14.401448+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "38c6066ac998b2ae"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Documentation: RealtimeGraphsEnum.cs
|
||
|
|
|
||
|
|
## 1. Purpose
|
||
|
|
This module defines a specific enumeration, `RealtimeGraphsEnum`, used to configure the quantity of realtime graphs displayed or utilized within test setups. It provides a strongly-typed set of allowed values (1, 3, or 6) and integrates with the `System.ComponentModel` architecture to support custom type conversion via `EnumDescriptionTypeConverter`, likely for UI binding or serialization purposes.
|
||
|
|
|
||
|
|
## 2. Public Interface
|
||
|
|
|
||
|
|
**Namespace:** `DTS.Common.Enums.TestSetups`
|
||
|
|
|
||
|
|
**Type:** `enum RealtimeGraphsEnum`
|
||
|
|
|
||
|
|
| Member | Value | Description Attribute |
|
||
|
|
| :--- | :--- | :--- |
|
||
|
|
| `One` | `1` | `"RealtimeGraphs_One"` |
|
||
|
|
| `Three` | `3` | `"RealtimeGraphs_Three"` |
|
||
|
|
| `Six` | `6` | `"RealtimeGraphs_Six"`
|