1.1 KiB
1.1 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:44:33.470980+00:00 | zai-org/GLM-5-FP8 | 1 | c8d2a2a304554d0b |
Documentation: GroupFields Enum
1. Purpose
This module defines the GroupFields enumeration within the DTS.Common.Enums.Groups.GroupList namespace. It serves as a strongly-typed definition of properties associated with a "Group" entity, likely used for UI data binding, column selection in list views, or sorting/filtering operations. The inclusion of TypeConverter and Description attributes indicates that this enum is designed to integrate with component-based UI frameworks (such as Windows Forms or WPF) where display names need to be localized or decoupled from the code identifiers.
2. Public Interface
Enum: GroupFields
Signature:
[TypeConverter(typeof(EnumDescriptionTypeConverter))]
public enum GroupFields
Description:
Defines the standard fields available for Group entities. It is decorated with System.ComponentModel.TypeConverter using EnumDescriptionTypeConverter, suggesting that when the