.net - C# Flow Diagram of Objects -
i have objects more or less follows:
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; } }
objects connected each other via connectionin
, connectionout
property. need let user use flowchart environment place objects on flowsheet, , connect them. there flowcharting library .net allow me place objects on flowsheet, , set properties specific object on flow sheet , connect objects?
i keep application open source commercial solution not option me...
you haven't specified that, if you're using wpf, please take @ graph#. i've been using while myself , it's not bad @ all.