Class SystemNodeData
public abstract class SystemNodeData : NodeData, INotifyPropertyChanged, IDable, ICloneable, ITemplate, ILinkDataCreator, IPortDataCreator, ISystemNodeData, INodeData, IData
- Inheritance
-
SystemNodeData
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
PortDatas
[Browsable(false)]
public List<IPortData> PortDatas { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override object Clone()
Returns
- object
A new object that is a copy of this instance.
InitPort()
protected override void InitPort()