C# 클래스 ConfigurationSetupUtility.Screens.HistorianConnectionStringScreen

Interaction logic for HistorianConnectionStringScreen.xaml
상속: System.Windows.Controls.UserControl, IScreen
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian 1 사용 예제들

공개 메소드들

메소드 설명
HistorianConnectionStringScreen ( ) : System

Creates a new instance of the HistorianConnectionStringScreen class.

RefreshConnectionStringParameters ( string assemblyName, string typeName ) : void

Refreshes the connection string parameters.

비공개 메소드들

메소드 설명
BooleanParameterValueChecked ( bool value ) : void
ConnectionStringTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
DefaultButton_Click ( object sender, RoutedEventArgs e ) : void
GetConnectionStringParameterNamesList ( ) : List
GetValue ( string parameterName, Type &parameterType ) : string
InitializeConnectionStringParameters ( ) : void
InitializeState ( ) : void
IsRequiredParameter ( string parameterName ) : bool
ParameterNameListBox_LayoutUpdated ( object sender, EventArgs e ) : void
ParameterNameListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ParameterValueComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ParameterValueFalseRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
ParameterValueTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ParameterValueTrueRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
UpdateAll ( ) : void

메소드 상세

HistorianConnectionStringScreen() 공개 메소드

Creates a new instance of the HistorianConnectionStringScreen class.
public HistorianConnectionStringScreen ( ) : System
리턴 System

RefreshConnectionStringParameters() 공개 메소드

Refreshes the connection string parameters.
public RefreshConnectionStringParameters ( string assemblyName, string typeName ) : void
assemblyName string Assembly name to load connection string parameters from.
typeName string Type name to load connection string parameters from.
리턴 void