Constructor PortIntEditor
PortIntEditor(INodeEditor, string, string, string, object, PortDirection, FieldExtra, bool)
Initializes a new instance of the PortIntEditor class.
Declaration
public PortIntEditor(INodeEditor owner, string memberName, string displayName, string tooltip, object dataBind, PortDirection portDirection, FieldExtra fieldRW, bool promiscuous = false)
Parameters
| Type | Name | Description |
|---|---|---|
| INodeEditor | owner | The owner. |
| string | memberName | Name of the member. |
| string | displayName | The display name. |
| string | tooltip | The tooltip. |
| object | dataBind | The data bind. |
| PortDirection | portDirection | The port direction. |
| FieldExtra | fieldRW | The field extra settings. |
| bool | promiscuous | if set to |