C# Class FCS_Funding.Views.CreateHousehold

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

Private Properties

Свойство Type Description
Add_Household void
Determine_County void
Determine_Income void

Méthodes publiques

Méthode Description
CreateHousehold ( string fName, string lName, string pOQ, string gen, System.Boolean head, string aGroup, string ethnicG, string rel, System.Windows.Controls.UIElementCollection toggle ) : System
Determine_Problems ( string OQ, System.Windows.Controls.UIElementCollection toggle ) : void

Private Methods

Méthode Description
Add_Household ( object sender, RoutedEventArgs e ) : void
Determine_County ( int selection ) : void
Determine_Income ( int selection ) : void

Method Details

CreateHousehold() public méthode

public CreateHousehold ( string fName, string lName, string pOQ, string gen, System.Boolean head, string aGroup, string ethnicG, string rel, System.Windows.Controls.UIElementCollection toggle ) : System
fName string
lName string
pOQ string
gen string
head System.Boolean
aGroup string
ethnicG string
rel string
toggle System.Windows.Controls.UIElementCollection
Résultat System

Determine_Problems() public méthode

public Determine_Problems ( string OQ, System.Windows.Controls.UIElementCollection toggle ) : void
OQ string
toggle System.Windows.Controls.UIElementCollection
Résultat void