Files
DP44/docs/ai/Common/DTS.Common/Classes/GroupTemplates.md
2026-04-17 14:55:32 -04:00

1.1 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
Common/DTS.Common/Classes/GroupTemplates/Constants.cs
2026-04-17T16:27:17.171715+00:00 zai-org/GLM-5-FP8 1 223c0fb36cdc3eef

GroupTemplates

Purpose

The Constants class defines string constants used to identify non-ISO test object types and names within the group templates system. These constants serve as markers or placeholders for test objects that do not conform to the standard ISO code structure.

Public Interface

Constants:

  • const string NON_ISO_TESTOBJECT_CHANNEL_TYPE = "x_NonISOTestObjectType_x" — Identifier for non-ISO test object channel type.
  • const string NON_ISO_TESTOBJECT_NAME = "x_NonISOTestObjectName_x" — Identifier for non-ISO test object name.
  • const string NON_ISO_TESTOBJECT_CHANNEL_TYPE2 = "NONISO_x_" — Alternative prefix for non-ISO test object channel type.

Invariants

  • All constants are compile-time literals and cannot be modified at runtime.

Dependencies

  • Depends on: None.
  • Depended on by: Not determinable from source alone.

Gotchas

None identified from source alone.