C# 클래스 PythonNodeModels.PythonNodeBase

상속: Dynamo.Graph.Nodes.VariableInputNode
파일 보기 프로젝트 열기: DynamoDS/Dynamo 1 사용 예제들

보호된 메소드들

메소드 설명
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.

메소드 상세

CreateOutputAST() 보호된 메소드

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
리턴 ProtoCore.AST.AssociativeAST.AssociativeNode

GetInputName() 보호된 메소드

protected GetInputName ( int index ) : string
index int
리턴 string

GetInputTooltip() 보호된 메소드

protected GetInputTooltip ( int index ) : string
index int
리턴 string

PythonNodeBase() 보호된 메소드

protected PythonNodeBase ( ) : System
리턴 System

PythonNodeBase() 보호된 메소드

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