/// <summary>
 /// UitzendmasterStaffingOrganizationType class constructor
 /// </summary>
 public UitzendmasterStaffingOrganizationType()
 {
     this.contactField        = new List <UitzendmasterContactType>();
     this.costCenterField     = new List <UitzendmasterCostCenterType>();
     this.locationField       = new UitzendmasterLocationType();
     this.accountManagerField = new UitzendmasterAccountManagerType();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// UitzendmasterAssignmentType class constructor
 /// </summary>
 public UitzendmasterAssignmentType()
 {
     this.functionField = new UitzendmasterFunctionType();
     this.locationField = new UitzendmasterLocationType();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// UitzendmasterHumanResourceType class constructor
 /// </summary>
 public UitzendmasterHumanResourceType()
 {
     this.locationField        = new UitzendmasterLocationType();
     this.nationalityField     = new UitzendmasterNationalityType();
     this.bankAccountInfoField = new BankAccountInfoType();
 }