예제 #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));
 }