开发者

Class Diagram in PowerDesigner 15 and C# 3.0 Properties

开发者 https://www.devze.com 2023-02-08 15:47 出处:网络
I am using PowerDesigner 15 and I want the generated 开发者_如何学Pythoncode preview of each class designed to be using C# 3.0 Properties, not attributes and a \"set_Att get_Att\" of java!

I am using PowerDesigner 15 and I want the generated 开发者_如何学Pythoncode 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


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 related C# 2::Profile\Attribute\Stereotypes\Property\Templates\Helpers\getOperation...

0

精彩评论

暂无评论...
验证码 换一张
取 消