一、摘要

       我下面写的是我在使用OEA中用到的功能,当然还有好多现在还没有用到,希望高手们多多指点指点。

OEA 源码:EntityConfig<Clientinfo>

 2:  {
 3:      protected override void ConfigMeta()
 4:      {
 5:          base.ConfigMeta();
 6:      }
 7:      protected override void ConfigView()
 8:      {
 9:          base.ConfigView();
10:          View.UseWPFCommands("CLCS.WPF.ClientinfoSearchCommand");
11:      }
12:  }
13:   

相关文章:

  • 2021-10-12
  • 2021-05-27
  • 2021-04-16
  • 2021-08-18
  • 2021-09-26
  • 2021-08-15
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
相关资源
相似解决方案