C# Class PythonNodeModels.PythonStringNode

Inheritance: PythonNodeBase
Afficher le fichier Open project: DynamoDS/Dynamo

Méthodes publiques

Méthode Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
PythonStringNode ( ) : System

Méthodes protégées

Méthode Description
GetInputIndex ( ) : int
RemoveInput ( ) : void

Private Methods

Méthode Description
PythonStringNode ( IEnumerable inPorts, IEnumerable outPorts ) : System

Method Details

BuildOutputAst() public méthode

public BuildOutputAst ( List inputAstNodes ) : IEnumerable
inputAstNodes List
Résultat IEnumerable

GetInputIndex() protected méthode

protected GetInputIndex ( ) : int
Résultat int

PythonStringNode() public méthode

public PythonStringNode ( ) : System
Résultat System

RemoveInput() protected méthode

protected RemoveInput ( ) : void
Résultat void