示例#1
0
文件: UDO.cs 项目: wgasparin/dover
 internal override string GetFormattedKey()
 {
     return("[" + UserObjectsMD
            .With(x => x[0])
            .Return(x => x.Code, string.Empty) + "]");
 }
示例#2
0
文件: UDO.cs 项目: wgasparin/dover
 internal override string GetFormattedDescription()
 {
     return(UserObjectsMD
            .With(x => x[0])
            .Return(x => x.Name, string.Empty));
 }