DSL Beta 2 - 连接器名字 - 为什么它不在图表文件中?

发布于 2024-08-08 21:20:56 字数 409 浏览 8 评论 0原文

我正在创建一个 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 技术交流群。

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

发布评论

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

评论(1

流云如水 2024-08-15 21:20:56

我发现实际上连接器在图中,但这是模型中关系的演示对象

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

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