C# Class CoreNodeModels.DynamoConvert

Inheritance: NodeModel
ファイルを表示 Open project: DynamoDS/Dynamo Class Usage Examples

Private Properties

Property Type Description
DynamoConvert System

Public Methods

Method Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
DynamoConvert ( ) : System
ToggleDropdownValues ( ) : void

Protected Methods

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

Private Methods

Method Description
DynamoConvert ( 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 element, SaveContext context ) : void
element System.Xml.XmlElement
context SaveContext
return void

DynamoConvert() public method

public DynamoConvert ( ) : System
return System

SerializeCore() protected method

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

ToggleDropdownValues() public method

public ToggleDropdownValues ( ) : void
return void

UpdateValueCore() protected method

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