C# Class CoreNodeModels.DynamoConvert

Inheritance: NodeModel
Afficher le fichier Open project: DynamoDS/Dynamo Class Usage Examples

Private Properties

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

Méthodes publiques

Méthode Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
DynamoConvert ( ) : System
ToggleDropdownValues ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
DynamoConvert ( 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 element, SaveContext context ) : void
element System.Xml.XmlElement
context SaveContext
Résultat void

DynamoConvert() public méthode

public DynamoConvert ( ) : System
Résultat System

SerializeCore() protected méthode

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

ToggleDropdownValues() public méthode

public ToggleDropdownValues ( ) : void
Résultat void

UpdateValueCore() protected méthode

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