您现在的位置是:首页 > 文章详情

Power Designer 转C#实体类方法

日期:2018-08-29点击:562
原文: Power Designer 转C#实体类方法

1、打开Power Designer菜单 Tools,选择如图 
img
 
2、弹出方框中选择PD安装目录下的如图地址
img
3、object language选择正确目录后,可选如图语言,如C#。再填写name和code。
img
3、选择detail,看着需要勾选。确定完成。
img
4、打开生成后的PhysicalDiagram,菜单就会出现language选项,点击打开 edit current object language
img
5、修改profile->attribut->templates->definition
img
CODE:
.if (%isGenerated%) and (%isValidAttribute%)
[%oidDocTag%\n]\
[%customAttributes%\n]\
///<summary>
[%comment%\n]\
///</summary>
\[Column("%fieldCode%")\]\n
   .if (%Multiple% == false) and (%isIndexer% == false)
[%visibility% ][%flags% ]%dataType% %fieldCode% { get; set; }\n
   .else
[%visibility% ][%flags% ]%dataType%[%arraySize%] %fieldCode% { get; set; }\n
   .endif
.endif
原文链接:https://yq.aliyun.com/articles/677599
关注公众号

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。

持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

转载内容版权归作者及来源网站所有,本站原创内容转载请注明来源。

文章评论

共有0条评论来说两句吧...

文章二维码

扫描即可查看该文章

点击排行

推荐阅读

最新文章