Method | Description | |
---|---|---|
HistorianSetupScreen ( ) : System |
Creates a new instance of the HistorianSetupScreen.
|
Method | Description | |
---|---|---|
AcronymTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
DescriptionTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void | ||
GetDescription ( |
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 ( |
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 |