EnumHelperTGetText Method

取得列舉類型父項說明

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Enum.EnumHelper (in eBizprise.Framework.Enum.EnumHelper.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public static string GetText()

Return Value

String
string

Example

C#
var groupTypeName = EnumHelper<GroupType>.GetText();

Revision History

DateVersionDescription
2025/07/302.2.2.0加入列舉父項取得說明功能
2025/09/1925.0.0.0彙整2025年度初版

See Also