C# Class ShpToSql.SqlConnectionControl.SqlConnectionStringBuilder

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: dknezevic/ShpToSqlServer Class Usage Examples

Public Properties

Property Type Description
ConnectionStringProperty System.Windows.DependencyProperty
FooterProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetConnectionString ( DependencyObject dp ) : SqlConnectionString
SetConnectionString ( DependencyObject dp, SqlConnectionString value ) : void
SqlConnectionStringBuilder ( ) : System
SqlConnectionStringBuilder ( ISmoTasks smoTasks ) : System

Private Methods

Method Description
ConnectionStringChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
ConnectionStringPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
DbLoaderDoWork ( object sender, DoWorkEventArgs e ) : void
DbLoaderRunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
InitializeComponent ( ) : void
LoadServersAsync ( ) : void
OnPropertyChanged ( ) : void
RegisterNewConnectionString ( SqlConnectionString newValue ) : void
System ( int connectionId, object target ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate

Method Details

GetConnectionString() public static method

public static GetConnectionString ( DependencyObject dp ) : SqlConnectionString
dp System.Windows.DependencyObject
return SqlConnectionString

SetConnectionString() public static method

public static SetConnectionString ( DependencyObject dp, SqlConnectionString value ) : void
dp System.Windows.DependencyObject
value SqlConnectionString
return void

SqlConnectionStringBuilder() public method

public SqlConnectionStringBuilder ( ) : System
return System

SqlConnectionStringBuilder() public method

public SqlConnectionStringBuilder ( ISmoTasks smoTasks ) : System
smoTasks ISmoTasks
return System

Property Details

ConnectionStringProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConnectionStringProperty
return System.Windows.DependencyProperty

FooterProperty public_oe static_oe property

public static DependencyProperty,System.Windows FooterProperty
return System.Windows.DependencyProperty