C# Class FCS_Funding.Views.UpdateDonation

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

Public Properties

Property Type Description
purpose List

Public Methods

Method Description
UpdateDonation ( DonationsGrid donation ) : FCS_DataTesting
UpdateThisDonation ( object sender, RoutedEventArgs e ) : void

Private Methods

Method Description
DeleteDonation ( object sender, RoutedEventArgs e ) : void
restrictedCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
useEnterAsTab ( object sender, System e ) : void

Method Details

UpdateDonation() public method

public UpdateDonation ( DonationsGrid donation ) : FCS_DataTesting
donation DonationsGrid
return FCS_DataTesting

UpdateThisDonation() public method

public UpdateThisDonation ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
return void

Property Details

purpose public_oe property

public List purpose
return List