C# Class TUM.CMS.VPL.Scripting.Nodes.ScriptingNode

Inheritance: TUM.CMS.VplControl.Nodes.Node
Afficher le fichier Open project: tumcms/TUM.CMS.VPLControl

Méthodes publiques

Méthode Description
Calculate ( ) : void
Clone ( ) : TUM.CMS.VplControl.Nodes.Node
DeserializeNetwork ( XmlReader xmlReader ) : void
ScriptingNode ( VplControl hostCanvas ) : System
SerializeNetwork ( XmlWriter xmlWriter ) : void
StartCSharpCompilation ( object sender, EventArgs eventArgs ) : void
StartPythonCompilation ( object sender, EventArgs eventArgs ) : void

Private Methods

Méthode Description
HighlightingComboBoxOnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs selectionChangedEventArgs ) : void

Method Details

Calculate() public méthode

public Calculate ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : TUM.CMS.VplControl.Nodes.Node
Résultat TUM.CMS.VplControl.Nodes.Node

DeserializeNetwork() public méthode

public DeserializeNetwork ( XmlReader xmlReader ) : void
xmlReader System.Xml.XmlReader
Résultat void

ScriptingNode() public méthode

public ScriptingNode ( VplControl hostCanvas ) : System
hostCanvas VplControl
Résultat System

SerializeNetwork() public méthode

public SerializeNetwork ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
Résultat void

StartCSharpCompilation() public méthode

public StartCSharpCompilation ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void

StartPythonCompilation() public méthode

public StartPythonCompilation ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void