/// <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(); }
/// <summary> /// UitzendmasterAssignmentType class constructor /// </summary> public UitzendmasterAssignmentType() { this.functionField = new UitzendmasterFunctionType(); this.locationField = new UitzendmasterLocationType(); }
/// <summary> /// UitzendmasterHumanResourceType class constructor /// </summary> public UitzendmasterHumanResourceType() { this.locationField = new UitzendmasterLocationType(); this.nationalityField = new UitzendmasterNationalityType(); this.bankAccountInfoField = new BankAccountInfoType(); }