C# Class FCS_Funding.Views.CreateHousehold

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

Private Properties

Property Type Description
Add_Household void
Determine_County void
Determine_Income void

Public Methods

Method 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

Method Description
Add_Household ( object sender, RoutedEventArgs e ) : void
Determine_County ( int selection ) : void
Determine_Income ( int selection ) : void

Method Details

CreateHousehold() public method

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
return System

Determine_Problems() public method

public Determine_Problems ( string OQ, System.Windows.Controls.UIElementCollection toggle ) : void
OQ string
toggle System.Windows.Controls.UIElementCollection
return void