[Category("Behavior")] [DefaultValue(false)] [Description("Whether a valid link can be made between two ports belonging to the same node.")] public virtual bool IsValidSelfNode {get; set;}
[Category("Behavior")] [DefaultValue(false)] [Description("Whether a valid link can be made between two ports belonging to the same node.")] public virtual bool IsValidSelfNode {get; set;}
IsValidSelfNode
property is also true, then the proposed link may be valid. Otherwise, if IsInSameNode(IGoPort) is true, it will not be a valid link.