944 B
944 B
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | ||
|---|---|---|---|---|---|---|
|
2026-04-17T16:24:31.004584+00:00 | zai-org/GLM-5-FP8 | 1 | c71458d3400b2fd5 |
ChannelCodes
Purpose
This module provides the core domain model and event handling infrastructure for channel codes used throughout the system. It includes the ChannelCode entity class that represents channel code records with support for ISO and User code types, a TextPastedArgs event argument class for paste operations, a PasteCommandClass for handling clipboard paste logic with multi-field parsing, and a delegate type for ISO code coercion.
Public Interface
TextPastedArgs
class TextPastedArgs : ITextPastedEventArgs- Constructor:
TextPastedArgs(string text, IChannelCode channelCode, string id, object tag) string Text { get; }
- Constructor: