using System; namespace TNodeCore.Runtime.Models{ [Serializable] public class PortInfo{ /// /// Port entry name is port's name ,not the portName of the port /// public string portEntryName; public string nodeDataId; } }