DSL Beta 2 - 连接器名字 - 为什么它不在图表文件中?
我正在创建一个 DSL,我想将两个实体与连接器相关联,但我不希望 EntityMoniker 位于底层 XML 中,我需要它位于图表文件中。我不确定为什么它没有自动出现在图表文件中,因为那似乎是保存“有关”图表的所有信息的地方。
如果我手动删除该元素,那么显然当我再次打开图表时,连接就消失了。
IE
</Methods>
<EntityAssociation>
<entityMoniker Name="/6fa571fb-93ba-4f6f-a7ae-9fffee5eb901/Product" />
</EntityAssociation>
</Entity>
</Entities>
I am creating a DSL, I want to associate two Entities with a connector but I do not want the EntityMoniker to be in the underlying XML, I need it to be in the Diagram File. I am not sure why it is not in the Diagram file automatically as that seems to be the place where all information 'about' the diagram is held.
If I remove the element manually then obviously when I open the diagram up again the connection is gone.
I.e
</Methods>
<EntityAssociation>
<entityMoniker Name="/6fa571fb-93ba-4f6f-a7ae-9fffee5eb901/Product" />
</EntityAssociation>
</Entity>
</Entities>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现实际上连接器在图中,但这是模型中关系的演示对象
I have found out that actually the connector is in the diagram, but this is the Presentation object for the relationship which is in the model