C# Class PythonNodeModels.PythonStringNode

Inheritance: PythonNodeBase
ファイルを表示 Open project: DynamoDS/Dynamo

Public Methods

Method Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
PythonStringNode ( ) : System

Protected Methods

Method Description
GetInputIndex ( ) : int
RemoveInput ( ) : void

Private Methods

Method Description
PythonStringNode ( IEnumerable inPorts, IEnumerable outPorts ) : System

Method Details

BuildOutputAst() public method

public BuildOutputAst ( List inputAstNodes ) : IEnumerable
inputAstNodes List
return IEnumerable

GetInputIndex() protected method

protected GetInputIndex ( ) : int
return int

PythonStringNode() public method

public PythonStringNode ( ) : System
return System

RemoveInput() protected method

protected RemoveInput ( ) : void
return void