Interaction logic for RBFinder.xaml More...
Public Member Functions | |
RBFinder () | |
Public Attributes | |
String | RB |
String[,] | Users |
Events | |
EventHandler | OnCancel |
EventHandler | OnOK |
Private Member Functions | |
void | btnCancel_Click (object sender, RoutedEventArgs e) |
void | btnUseRb_Click (object sender, RoutedEventArgs e) |
void | comDate_SelectionChanged (object sender, SelectionChangedEventArgs e) |
void | comName_SelectionChanged (object sender, SelectionChangedEventArgs e) |
void | getDates (String Exptr) |
void | getExperimenters () |
void | getRB (String date) |
void | setUsers (List< User > users) |
void | Window_Loaded (object sender, RoutedEventArgs e) |
Private Attributes | |
RBDataHolder | _holder |
Interaction logic for RBFinder.xaml
Definition at line 19 of file RBFinder.xaml.cs.
|
inline |
Definition at line 28 of file RBFinder.xaml.cs.
|
inlineprivate |
Definition at line 108 of file RBFinder.xaml.cs.
|
inlineprivate |
Definition at line 97 of file RBFinder.xaml.cs.
References SeciControls.RBFinder._holder, SeciControls.RBFinder.RB, SeciControls.RBDataHolder.RetrieveUsersByRb(), and SeciControls.RBFinder.setUsers().
|
inlineprivate |
Definition at line 68 of file RBFinder.xaml.cs.
References SeciControls.RBFinder._holder, SeciControls.RBDataHolder.DateOK(), and SeciControls.RBFinder.getRB().
|
inlineprivate |
Definition at line 45 of file RBFinder.xaml.cs.
References SeciControls.RBFinder.getDates().
|
inlineprivate |
Definition at line 58 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.comName_SelectionChanged().
|
inlineprivate |
Definition at line 40 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.Window_Loaded().
|
inlineprivate |
Definition at line 89 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.comDate_SelectionChanged().
|
inlineprivate |
Definition at line 114 of file RBFinder.xaml.cs.
References SeciControls.RBFinder.Users.
Referenced by SeciControls.RBFinder.btnUseRb_Click().
|
inlineprivate |
Definition at line 33 of file RBFinder.xaml.cs.
References SeciControls.RBFinder._holder, and SeciControls.RBFinder.getExperimenters().
|
private |
Definition at line 21 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.btnUseRb_Click(), SeciControls.RBFinder.comDate_SelectionChanged(), and SeciControls.RBFinder.Window_Loaded().
String SeciControls.RBFinder.RB |
Definition at line 25 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.btnUseRb_Click().
String [,] SeciControls.RBFinder.Users |
Definition at line 26 of file RBFinder.xaml.cs.
Referenced by SeciControls.RBFinder.setUsers().
EventHandler SeciControls.RBFinder.OnCancel |
Definition at line 22 of file RBFinder.xaml.cs.
EventHandler SeciControls.RBFinder.OnOK |
Definition at line 23 of file RBFinder.xaml.cs.