PowerDesigner 15 和 C# 3.0 属性中的类图
我正在使用 PowerDesigner 15,我希望每个类的生成代码预览都设计为使用 C# 3.0 Properties,而不是属性和 java 的“set_Att get_Att”!
我该怎么做呢?
总氮
I am using PowerDesigner 15 and I want the generated code preview of each class designed to be using C# 3.0 Properties, not attributes and a "set_Att get_Att" of java!
How can I do it?
Tnx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PowerDesigner 15.3 仅支持 C# 2.0。
您必须自己编辑语言定义...
C# 2::Profile\Attribute\Stereotypes\Property\Templates\definition
似乎是一个很好的起点,相关的C# 2 ::Profile\Attribute\Stereotypes\Property\Templates\Helpers\getOperation
...PowerDesigner 15.3 only supports C# 2.0.
You will have to edit the language definition yourself...
C# 2::Profile\Attribute\Stereotypes\Property\Templates\definition
seems to be a good starting place, with the relatedC# 2::Profile\Attribute\Stereotypes\Property\Templates\Helpers\getOperation
...