EnumHelperTGetId Method

取得列舉類型父項識別碼

Definition

Namespace: eBizprise.Framework
Assembly: eBizprise.Framework.Enum.EnumHelper (in eBizprise.Framework.Enum.EnumHelper.dll) Version: 25.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public static int GetId()

Return Value

Int32
int?

Example

C#
var groupTypeId = EnumHelper<GroupType>.GetId();

Revision History

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

See Also