28 lines
2.2 KiB
Markdown
28 lines
2.2 KiB
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.Common.Serialization/StringResources/Strings.Designer.cs
|
||
|
|
generated_at: "2026-04-17T16:10:52.944180+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "36ac7204bb194b1d"
|
||
|
|
---
|
||
|
|
|
||
|
|
# StringResources
|
||
|
|
|
||
|
|
### Purpose
|
||
|
|
This module provides strongly-typed access to localized string resources for the `DTS.Serialization` namespace. It is an auto-generated designer class (from a `.resx` file) that exposes error messages and string constants used in serialization operations, particularly related to "Slice Control" event validation and comparison failures.
|
||
|
|
|
||
|
|
### Public Interface
|
||
|
|
The `Strings` class is marked `internal`, so it is only accessible within the `DTS.Serialization.StringResources` namespace/assembly:
|
||
|
|
|
||
|
|
- `internal static ResourceManager ResourceManager { get; }` — Returns the cached `ResourceManager` instance for the "DTS.Serialization.StringResources.Strings" resource bundle. Lazily initialized.
|
||
|
|
- `internal static CultureInfo Culture { get; set; }` — Gets or sets the current thread's UI culture for resource lookups.
|
||
|
|
- `internal static string DTS_Slice_Control_Equals_ComparisonFailedString { get; }` — Localized string for comparison failure messages.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_ConstructionFailedString { get; }` — Localized string for event construction failure.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Event_DASTestIdMismatchString { get; }` — Localized string for DAS test ID mismatch errors.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Event_EmptyDasListString { get; }` — Localized string for empty DAS list errors.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Event_FailedToDetermineIdOrDescriptionFromConfigurationString { get; }` — Localized string for configuration parsing failures.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Event_NullDasListString { get; }` — Localized string for null DAS list errors.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Module_Channel_DataEquals_ComparisonFailedString { get; }` — Localized string for channel data comparison failures.
|
||
|
|
- `internal static string DTS_Slice_Control_Event_Module_ChannelsEquals_ComparisonFailedString { get; }` — Localized string for channels equality comparison failures.
|
||
|
|
- `internal static string DTS_Slice
|