Method AddListPort
AddListPort<T>(IPortEditor, string, T)
Adds a list port.
Declaration
public bool AddListPort<T>(IPortEditor parentPort, string childName, T portRef)
Parameters
Type | Name | Description |
---|---|---|
IPortEditor | parentPort | The parent port. |
string | childName | Name of the child. |
T | portRef | The port reference. |
Returns
Type | Description |
---|---|
bool |
|
Type Parameters
Name | Description |
---|---|
T |
AddListPort<T>(string, T)
Adds a list port.
Declaration
public IPortEditor AddListPort<T>(string parentPort, T portRef)
Parameters
Type | Name | Description |
---|---|---|
string | parentPort | The parent port. |
T | portRef | The port reference. |
Returns
Type | Description |
---|---|
IPortEditor | Added PortEditor. |
Type Parameters
Name | Description |
---|---|
T |
AddListPort<T>(string)
Adds a list port.
Declaration
public IPortEditor AddListPort<T>(string parentPort)
Parameters
Type | Name | Description |
---|---|---|
string | parentPort | The parent port. |
Returns
Type | Description |
---|---|
IPortEditor | Added PortEditor. |
Type Parameters
Name | Description |
---|---|
T |