C# Class SLApp_Beta.AgencyProfile

Interaction logic for AgencyProfile.xaml TODO - Adjust Database, Types of servie bits are allowing nulls
Inheritance: System.Windows.Window
Mostra file Open project: WhitworthUniversity/SLApp Class Usage Examples

Public Methods

Method Description
AgencyProfile ( Agency agent, bool isAdmin, bool IsEdit ) : System
AgencyProfile ( bool isAdmin ) : System

Private Methods

Method Description
AgencyLongTermServiceSave_BTN_OnClick ( object sender, RoutedEventArgs e ) : void
LongTerm_Expander_OnExpanded ( object sender, RoutedEventArgs e ) : void
agencyDelete_BTN_Click ( object sender, RoutedEventArgs e ) : void
cancel_BTN_Click_1 ( object sender, RoutedEventArgs e ) : void
collapseExpander ( object sender, RoutedEventArgs e ) : void
communityPartnershipAgreement_LBL_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
save_BTN_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AgencyProfile() public method

public AgencyProfile ( Agency agent, bool isAdmin, bool IsEdit ) : System
agent Agency
isAdmin bool
IsEdit bool
return System

AgencyProfile() public method

public AgencyProfile ( bool isAdmin ) : System
isAdmin bool
return System