CustomNodeDefinition

Compiler definition of a Custom Node.


Constructors

No public constructors defined

Methods

No public methods defined

Properties

Boolean   IsProxy {get;set;} stability index:1
Is this CustomNodeDefinition properly loaded?
String   FunctionName {get;} stability index:1
Function name.
Guid   FunctionId {get;set;} stability index:1
Function unique ID.
IEnumerable<String>   DisplayParameters {get;set;} stability index:1
User-friendly parameters
IEnumerable<TypedParameter>   Parameters {get;set;} stability index:1
Function parameters.
IEnumerable<String>   ReturnKeys {get;set;} stability index:1
If the function returns a dictionary, this specifies all keys in that dictionary.
IEnumerable<NodeModel>   FunctionBody {get;set;} stability index:1
NodeModels making up the body of the custom node.
IEnumerable<AssociativeNode>   OutputNodes {get;set;} stability index:1
Identifiers associated with the outputs of the custom node.
String   DisplayName {get;set;} stability index:1
User friendly name on UI.
Type   ReturnType {get;set;} stability index:1
Return type.
String   MangledName {get;} stability index:1
Name to create custom node

Events

No public events defined