C# Class FCS_Funding.Views.UpdateDonation

Interaction logic for UpdateDonation.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: WKlingonsmith/FCS-Project Class Usage Examples

Méthodes publiques

Свойство Type Description
purpose List

Méthodes publiques

Méthode Description
UpdateDonation ( DonationsGrid donation ) : FCS_DataTesting
UpdateThisDonation ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
DeleteDonation ( object sender, RoutedEventArgs e ) : void
restrictedCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
useEnterAsTab ( object sender, System e ) : void

Method Details

UpdateDonation() public méthode

public UpdateDonation ( DonationsGrid donation ) : FCS_DataTesting
donation DonationsGrid
Résultat FCS_DataTesting

UpdateThisDonation() public méthode

public UpdateThisDonation ( object sender, RoutedEventArgs e ) : void
sender object
e RoutedEventArgs
Résultat void

Property Details

purpose public_oe property

public List purpose
Résultat List