Method AddVarSlotForBoundParameter
AddVarSlotForBoundParameter<T>(string, string, PortDirection, FieldExtra, T)
Adds the variable slot for bound parameter.
Declaration
public void AddVarSlotForBoundParameter<T>(string name, string tooltip, PortDirection portDirection, FieldExtra fieldRW, T refData)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the slot. |
| string | tooltip | The tooltip. |
| PortDirection | portDirection | The port direction. |
| FieldExtra | fieldRW | The field extra settings. |
| T | refData | The referenced data. |
Type Parameters
| Name | Description |
|---|---|
| T |