.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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -