在 C# 和 Visual Studio 2010 中定义类关系

发布于 2024-08-31 04:40:18 字数 155 浏览 6 评论 0原文

大家好,在 Visual Studio 2010 中,我可以指向一堆类并创建一个图表。

但是,默认情况下,该图不识别类之间的任何关系,除了继承和实现之外。

有没有一种方法(最好是使用属性)来定义类和属性关系以及关联,以便新的类图自动选取它?

干杯!

Hey guys, in Visual Studio 2010 I can point to a bunch of classes and create a diagram.

However, the diagram by default doesn't recognize any relationships between the classes, except inheritance and implementations.

Is there a way, ideally by using Attributes, to define class and property relationships and associations in such a way that it is picked up by a new Class Diagram automatically?

cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩动你心 2024-09-07 04:40:18

您可以通过右键单击类上的属性并选择“显示为关联”或“显示为集合关联”,将类上的属性显示为关系。

You can show the property on the class as a relationship by right-clicking it and choosing "Show as Association" or "Show as Collection Association".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文