FunctionCallNodeController
Controller for nodes that act as function calls.
Constructors
No public constructors defined
Methods
No public methods defined
Properties
T Definition {get;set;} |
stability index:1 |
A FunctionDescriptor describing the function that this controller will call. |
|
String NickName {get;} |
stability index:1 |
NickName for nodes using this controller, based on the underlying FunctionDescriptor. |
|
IEnumerable<String> ReturnKeys {get;} |
stability index:1 |
ReturnKeys for multi-output functions. |
|
Events
SyncWithDefinitionStart** |
stability index:1 |
Event handler for the event when node starts syncing with its definition. |
|
SyncWithDefinitionEnd** |
stability index:1 |
Event handler for the event when node finishes syncing with its definition. |
|