gpt4 book ai didi

对象的 C# 流程图

转载 作者:行者123 更新时间:2023-11-30 18:34:20 26 4
gpt4 key购买 nike

我的对象大致如下所示:

public class Object1
{
public string connectionIn1 { get; set; }
public string connectionIn2 { get; set; }
public string connectionIn3 { get; set; }

public string connectionOut1 { get; set; }
public string connectionOut2 { get; set; }
public string connectionOut3 { get; set; }

public dynamic property1 { get; set; }
public dynamic property2 { get; set; }
public dynamic property3 { get; set; }

}

对象通过 connectionInconnectionOut 属性相互连接。我需要做的是让用户使用流程图环境将对象放置在流程图上,并将它们连接起来。是否有任何适用于 .NET 的流程图库允许我将对象放置在流程图上,并将属性设置为流程图上的特定对象并连接对象?

我想保持此应用程序的源代码开源,因此商业解决方案对我来说不是一个选择...

最佳答案

您没有具体说明,但如果您使用的是 WPF,请查看 Graph# .我自己已经使用了一段时间,一点也不差。

关于对象的 C# 流程图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16210290/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com