在 C# 和 Visual Studio 2010 中定义类关系
大家好,在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过右键单击类上的属性并选择“显示为关联”或“显示为集合关联”,将类上的属性显示为关系。
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".