C# Class CoreNodeModels.Input.DoubleInput

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

Protected Properties

Свойство Type Description
ConvertToken ConversionDelegate

Private Properties

Свойство Type Description
BuildAst IEnumerable
DoubleInput System
ParseToken IDoubleInputToken
Preferences_PropertyChanged void

Méthodes publiques

Méthode Description
Convert ( double value ) : double
DoubleInput ( ) : System
ParseValue ( string text, char seps, List identifiers, ConversionDelegate convertToken ) : List

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
BuildAst ( List inputAstNodes, CompilationContext context ) : IEnumerable
DoubleInput ( IEnumerable inPorts, IEnumerable outPorts ) : System
ParseToken ( string id, HashSet identifiers, List list ) : IDoubleInputToken
Preferences_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Convert() public méthode

public Convert ( double value ) : double
value double
Résultat double

DeserializeCore() protected méthode

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

DoubleInput() public méthode

public DoubleInput ( ) : System
Résultat System

ParseValue() public static méthode

public static ParseValue ( string text, char seps, List identifiers, ConversionDelegate convertToken ) : List
text string
seps char
identifiers List
convertToken ConversionDelegate
Résultat List

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

Property Details

ConvertToken protected_oe property

protected ConversionDelegate ConvertToken
Résultat ConversionDelegate