--- source_files: - Common/DTS.Common/Classes/GroupTemplates/Constants.cs generated_at: "2026-04-17T16:27:17.171715+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "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. ---