C# Class PythonNodeModels.PythonNode

Inheritance: PythonNodeBase
Mostra file Open project: DynamoDS/Dynamo

Private Properties

Property Type Description
PythonNode System

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

BuildOutputAst() public method

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

DeserializeCore() protected method

protected DeserializeCore ( XmlElement nodeElement, SaveContext context ) : void
nodeElement System.Xml.XmlElement
context SaveContext
return void

PythonNode() public method

public PythonNode ( ) : System
return System

SerializeCore() protected method

protected SerializeCore ( XmlElement element, SaveContext context ) : void
element System.Xml.XmlElement
context SaveContext
return void

UpdateValueCore() protected method

protected UpdateValueCore ( Dynamo.Graph.UpdateValueParams updateValueParams ) : bool
updateValueParams Dynamo.Graph.UpdateValueParams
return bool