959 B
959 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:40:14.401448+00:00 | zai-org/GLM-5-FP8 | 1 | 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" |