C# Class FCS_Funding.Views.UpdateSession

Interaction logic for UpdateSession.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: WKlingonsmith/FCS-Project

Private Properties

Property Type Description
AM_PM_Dropdown void
Appt_DropDown void
Change_Client_Bill void
Change_Paid_Bill void
Close_Window void
Delete_Expense void
DisplayHourConversion string
DisplayMinuteConversion string
Grants_DropDown void
Hour_LostFocus void
Minute_LostFocus void
MoneyDonation_DropDown void
Staff_DropDown void
Update_Expense void

Public Methods

Method Description
UpdateSession ( SessionsGrid sg ) : FCS_DataTesting

Private Methods

Method Description
AM_PM_Dropdown ( object sender, RoutedEventArgs e ) : void
Appt_DropDown ( object sender, RoutedEventArgs e ) : void
Change_Client_Bill ( object sender, RoutedEventArgs e ) : void
Change_Paid_Bill ( object sender, RoutedEventArgs e ) : void
Close_Window ( object sender, RoutedEventArgs e ) : void
Delete_Expense ( object sender, RoutedEventArgs e ) : void
DisplayHourConversion ( string hourIn ) : string
DisplayMinuteConversion ( string minuteIn ) : string
Grants_DropDown ( object sender, RoutedEventArgs e ) : void
Hour_LostFocus ( object sender, RoutedEventArgs e ) : void
Minute_LostFocus ( object sender, RoutedEventArgs e ) : void
MoneyDonation_DropDown ( object sender, RoutedEventArgs e ) : void
Staff_DropDown ( object sender, RoutedEventArgs e ) : void
Update_Expense ( object sender, RoutedEventArgs e ) : void

Method Details

UpdateSession() public method

public UpdateSession ( SessionsGrid sg ) : FCS_DataTesting
sg FCS_DataTesting.SessionsGrid
return FCS_DataTesting