C# Class TUM.CMS.VplControl.Nodes.Input.FilePathNode

Inheritance: TUM.CMS.VplControl.Core.Node
Mostra file Open project: tumcms/TUM.CMS.VPLControl

Public Methods

Method Description
Calculate ( ) : void
Clone ( ) : Node
DeserializeNetwork ( XmlReader xmlReader ) : void
FilePathNode ( Core hostCanvas ) : System.Windows
SerializeNetwork ( XmlWriter xmlWriter ) : void

Private Methods

Method Description
TextNode_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
button_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Calculate() public method

public Calculate ( ) : void
return void

Clone() public method

public Clone ( ) : Node
return TUM.CMS.VplControl.Core.Node

DeserializeNetwork() public method

public DeserializeNetwork ( XmlReader xmlReader ) : void
xmlReader System.Xml.XmlReader
return void

FilePathNode() public method

public FilePathNode ( Core hostCanvas ) : System.Windows
hostCanvas Core
return System.Windows

SerializeNetwork() public method

public SerializeNetwork ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void