C# Class PythonNodeModels.PythonNode

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

Private Properties

Свойство Type Description
PythonNode System

Méthodes publiques

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

Méthodes protégées

Méthode Description
DeserializeCore ( XmlElement nodeElement, SaveContext context ) : void
SerializeCore ( XmlElement element, SaveContext context ) : void
UpdateValueCore ( Dynamo.Graph.UpdateValueParams updateValueParams ) : bool

Private Methods

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

Method Details

BuildOutputAst() public méthode

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

DeserializeCore() protected méthode

protected DeserializeCore ( XmlElement nodeElement, SaveContext context ) : void
nodeElement System.Xml.XmlElement
context SaveContext
Résultat void

PythonNode() public méthode

public PythonNode ( ) : System
Résultat System

SerializeCore() protected méthode

protected SerializeCore ( XmlElement element, SaveContext context ) : void
element System.Xml.XmlElement
context SaveContext
Résultat void

UpdateValueCore() protected méthode

protected UpdateValueCore ( Dynamo.Graph.UpdateValueParams updateValueParams ) : bool
updateValueParams Dynamo.Graph.UpdateValueParams
Résultat bool