C# Class CoreNodeModels.Formula

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

Private Properties

Свойство Type Description
Formula System
ProcessFormula void

Méthodes publiques

Méthode Description
BuildOutputAst ( List inputAstNodes ) : IEnumerable
Formula ( ) : 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
Formula ( IEnumerable inPorts, IEnumerable outPorts ) : System
ProcessFormula ( ) : void

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

Formula() public méthode

public Formula ( ) : 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