C# Class SilverlightViewer.App

Inheritance: System.Windows.Application
Show file Open project: mono/TreemapViewer

Public Methods

Method Description
App ( ) : System
LoadNodes ( String s, string dim1, string dim2 ) : Node
LoadNodes ( System.Xml.Linq.XElement xe, System.Xml.Linq.XName k1, System.Xml.Linq.XName k2 ) : Node
Update ( System.Xml.Linq.XElement xe, int &v, System.Xml.Linq.XName k ) : void

Private Methods

Method Description
Application_Exit ( object sender, EventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
LoadNodesFromString ( String s ) : void
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
main_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
webclient_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

App() public method

public App ( ) : System
return System

LoadNodes() public static method

public static LoadNodes ( String s, string dim1, string dim2 ) : Node
s String
dim1 string
dim2 string
return Node

LoadNodes() public static method

public static LoadNodes ( System.Xml.Linq.XElement xe, System.Xml.Linq.XName k1, System.Xml.Linq.XName k2 ) : Node
xe System.Xml.Linq.XElement
k1 System.Xml.Linq.XName
k2 System.Xml.Linq.XName
return Node

Update() public static method

public static Update ( System.Xml.Linq.XElement xe, int &v, System.Xml.Linq.XName k ) : void
xe System.Xml.Linq.XElement
v int
k System.Xml.Linq.XName
return void