C# Class Secs4Net.LinqPad.ConnectionDialog

Interaction logic for ConnectionDialog.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: mkjeff/secs4net

Public Properties

Property Type Description
_cxInfo IConnectionInfo

Public Methods

Method Description
BrowseAppConfig ( object sender, RoutedEventArgs e ) : void
BrowseAssembly ( object sender, RoutedEventArgs e ) : void
ConnectionDialog ( IConnectionInfo cxInfo ) : System
btnOK_Click ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
GetConnectionConfig ( ) : System.Xml.Linq.XElement
btnTest_Click ( object sender, RoutedEventArgs e ) : void

Method Details

BrowseAppConfig() public method

public BrowseAppConfig ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

BrowseAssembly() public method

public BrowseAssembly ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

ConnectionDialog() public method

public ConnectionDialog ( IConnectionInfo cxInfo ) : System
cxInfo IConnectionInfo
return System

btnOK_Click() public method

public btnOK_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

Property Details

_cxInfo public_oe property

public IConnectionInfo _cxInfo
return IConnectionInfo