Class NodeExpandable<T>
Class NodeExpandable. Implements the NodeExpandable
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Obsolete("Please use non generic NodeExpandable instead")]
[Serializable]
public class NodeExpandable<T> : NodeExpandable where T : class
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
GetDynamicPort(string) | Gets the dynamic port. |
OnPortAdded(string, Type, string, PortDirection, FieldExtra, ref IPortType) | PortAddition event recieved from the editor during edit mode if ExpandablePorts attribute is set. By default this function will accept all ports. |