25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
|
|
---
|
||
|
|
source_files:
|
||
|
|
- Common/DTS.Common/Enums/Groups/GroupList/GroupFields.cs
|
||
|
|
generated_at: "2026-04-17T16:44:33.470980+00:00"
|
||
|
|
model: "zai-org/GLM-5-FP8"
|
||
|
|
schema_version: 1
|
||
|
|
sha256: "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:**
|
||
|
|
```csharp
|
||
|
|
[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
|