Table of Contents

Class SystemNodeData

Namespace
H.Controls.Diagram.Extension
Assembly
H.Controls.Diagram.Extension.dll
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

List<IPortData>

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()