C# Class ConfigurationSetupUtility.Screens.HistorianSetupScreen

Interaction logic for HistorianSetupScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
Show file Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
HistorianSetupScreen ( ) : System

Creates a new instance of the HistorianSetupScreen.

Private Methods

Method Description
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

Method Details

HistorianSetupScreen() public method

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