C# Class CoreNodeModels.Input.StringInput

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

Méthodes publiques

Méthode Description
StringInput ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
BuildAst ( List inputAstNodes, CompilationContext context ) : IEnumerable
StringInput ( IEnumerable inPorts, IEnumerable outPorts ) : System

Method Details

DeserializeCore() protected méthode

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

SerializeCore() protected méthode

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

StringInput() public méthode

public StringInput ( ) : System
Résultat System

UpdateValueCore() protected méthode

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