コード例 #1
0
ファイル: LocationLevel.cs プロジェクト: nttung91/PLSoft
 public static string GetLocationLevel(ELocationLevel locationLevelEnum)
 {
     return EnumHelper.GetEnumDescription(locationLevelEnum);
 }
コード例 #2
0
ファイル: LocationLevel.cs プロジェクト: momothink/PLSoft
 public static string GetLocationLevel(ELocationLevel locationLevelEnum)
 {
     return(EnumHelper.GetEnumDescription(locationLevelEnum));
 }