using System; namespace TNodeCore.Models{ [Serializable] public class PortInfo{ public string portName; public string nodeDataId; } }