C# Class BlueSky.Windows.ValueLablesDialog

Interaction logic for ValueLablesDialog.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Public Properties

Property Type Description
OKclicked bool
modified bool
newfactcount int
oldfactcount int

Public Methods

Method Description
ValueLablesDialog ( ) : System.Collections.Generic

Private Methods

Method Description
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
ValLstBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
changeMeasureCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
checkMaxFactorsAndLoadFMap ( ) : bool
getItemAtIndex ( int i ) : string
isDuplicate ( string newl ) : bool
valLblAddBut_Click ( object sender, RoutedEventArgs e ) : void
valLblCancelBut_Click ( object sender, RoutedEventArgs e ) : void
valLblChangeBut_Click ( object sender, RoutedEventArgs e ) : void
valLblDwnBut_Click ( object sender, RoutedEventArgs e ) : void
valLblOkBut_Click ( object sender, RoutedEventArgs e ) : void
valLblRemoveBut_Click ( object sender, RoutedEventArgs e ) : void
valLblUpBut_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ValueLablesDialog() public method

public ValueLablesDialog ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

OKclicked public_oe property

public bool OKclicked
return bool

modified public_oe property

public bool modified
return bool

newfactcount public_oe property

public int newfactcount
return int

oldfactcount public_oe property

public int oldfactcount
return int