C# Class PythonNodeModels.PythonNodeBase

Inheritance: Dynamo.Graph.Nodes.VariableInputNode
Afficher le fichier Open project: DynamoDS/Dynamo Class Usage Examples

Méthodes protégées

Méthode Description
CreateOutputAST ( ProtoCore.AST.AssociativeAST.AssociativeNode codeInputNode, List inputAstNodes, AssociativeNode>.List additionalBindings ) : ProtoCore.AST.AssociativeAST.AssociativeNode
GetInputName ( int index ) : string
GetInputTooltip ( int index ) : string
PythonNodeBase ( ) : System
PythonNodeBase ( IEnumerable inPorts, IEnumerable outPorts ) : System

Private constructor used for serialization.

Method Details

CreateOutputAST() protected méthode

protected CreateOutputAST ( ProtoCore.AST.AssociativeAST.AssociativeNode codeInputNode, List inputAstNodes, AssociativeNode>.List additionalBindings ) : ProtoCore.AST.AssociativeAST.AssociativeNode
codeInputNode ProtoCore.AST.AssociativeAST.AssociativeNode
inputAstNodes List
additionalBindings AssociativeNode>.List
Résultat ProtoCore.AST.AssociativeAST.AssociativeNode

GetInputName() protected méthode

protected GetInputName ( int index ) : string
index int
Résultat string

GetInputTooltip() protected méthode

protected GetInputTooltip ( int index ) : string
index int
Résultat string

PythonNodeBase() protected méthode

protected PythonNodeBase ( ) : System
Résultat System

PythonNodeBase() protected méthode

Private constructor used for serialization.
protected PythonNodeBase ( IEnumerable inPorts, IEnumerable outPorts ) : System
inPorts IEnumerable A collection of objects.
outPorts IEnumerable A collection of objects.
Résultat System