Constructor IPortEditor
IPortEditor(INodeEditor, Type, string, string, string, object, PortDirection, FieldExtra, bool)
Initializes a new instance of the IPortEditor class.
Declaration
public IPortEditor(INodeEditor owner, Type type, string memberName, string displayName, string tooltip, object dataBind, PortDirection portDirection, FieldExtra fieldRW, bool promiscuous = false)
Parameters
| Type | Name | Description | 
|---|---|---|
| INodeEditor | owner | The owner.  | 
    
| Type | type | The type.  | 
    
| 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   |