19 lines
740 B
Markdown
19 lines
740 B
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.CommonCore/Interface/Graphs/IGraph.cs
|
||
|
|
- Common/DTS.CommonCore/Interface/Graphs/IGraphRecord.cs
|
||
|
|
generated_at: "2026-04-17T16:05:02.587041+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "4450f221b96345de"
|
||
|
|
---
|
||
|
|
|
||
|
|
# Graphs
|
||
|
|
|
||
|
|
### Purpose
|
||
|
|
This module defines the data contract and behavior interface for graph entities within the DTS system. It separates the persistence-focused record definition (`IGraphRecord`) from the operational graph behavior (`IGraph`), supporting database storage of graph configurations including channel assignments, axis constraints, and threshold visualizations for test setups.
|
||
|
|
|
||
|
|
### Public Interface
|
||
|
|
|
||
|
|
**IGraphRecord** (`DTS.Common.Interface.Graphs`)
|
||
|
|
- Signature: `public
|