Ejemplo n.º 1
0
 public page()
 {
     this.restaurant_specialtiesField = new page_restaurant_specialties();
     this.restaurant_servicesField = new page_restaurant_services();
     this.hoursField = new page_hours();
     this.parkingField = new page_parking();
     this.locationField = new location();
     this.statusField = new user_status();
 }
Ejemplo n.º 2
0
 public @event()
 {
     this.venueField = new location();
 }
Ejemplo n.º 3
0
 public work_info()
 {
     this.locationField = new location();
 }
Ejemplo n.º 4
0
 public group()
 {
     this.venueField = new location();
 }
Ejemplo n.º 5
0
 public user()
 {
     this.familyField = new userFamily();
     this.email_hashesField = new userEmail_hashes();
     this.work_historyField = new userWork_history();
     this.statusField = new user_status();
     this.meeting_sexField = new userMeeting_sex();
     this.meeting_forField = new userMeeting_for();
     this.hs_infoField = new hs_info();
     this.hometown_locationField = new location();
     this.education_historyField = new userEducation_history();
     this.current_locationField = new location();
     this.affiliationsField = new userAffiliations();
 }