WTM 如何显示枚举类型 [Display(Name = “中文“)]

public enum PriceComponent
        {
            [Display(Name = "1类价格")]
            PriceZero,
            [Display(Name = "2类价格")]
            PriceOne,
            [Display(Name = "3类价格")]
            PriceTwo,
            [Display(Name = "4类价格")]
            PriceThree,
            [Display(Name = "5类价格")]
            PriceFour
        }
@foreach(var i in Model.AllPrices.GroupBy(y=>y.PriceComponent))
    {
     <wt:FieldSet title="@i.key 
</wt:FieldSet>
    }

这样代码 只能显示枚举的值

使用WTM系统自动的函数显示枚举中文名称

 <wt:FieldSet title="@WalkingTec.Mvvm.Core.PropertyHelper.GetEnumDisplayName( typeof(Enum.PriceComponent),i.Key.ToString())">  

这里的Enum.PriceComponent改为自己的枚举即可显示中文名字

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值