C# 클래스 ConfigurationSetupUtility.Screens.HistorianSetupScreen

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

공개 메소드들

메소드 설명
HistorianSetupScreen ( ) : System

Creates a new instance of the HistorianSetupScreen.

비공개 메소드들

메소드 설명
AcronymTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
DescriptionTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
GetDescription ( Type type ) : bool>.Tuple

Gets a description of the given type. This method will search for a DescriptionAttribute using reflection. If none is found, it will default to the Type.FullName of the type.

GetEditorBrowsableState ( Type type ) : EditorBrowsableState

Gets the editor browsable state of the given type. This method will search for a EditorBrowsableAttribute using reflection. If none is found, it will default to EditorBrowsableState.Always.

GetHistorianTypes ( ) : List
HistorianAdapterListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
InitializeState ( ) : void
NameTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

HistorianSetupScreen() 공개 메소드

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