/// <summary>
 /// NocoreHumanResourceType class constructor
 /// </summary>
 public NocoreHumanResourceType()
 {
     this.faseHistorieField    = new List <FasePeriodType>();
     this.locationField        = new NocoreLocationType();
     this.nationalityField     = new NationalityType();
     this.bankAccountInfoField = new BankAccountInfoType();
 }
Esempio n. 2
0
 /// <summary>
 /// NocoreHumanResourceType class constructor
 /// </summary>
 public NocoreHumanResourceType()
 {
     this._nocoreFlexHumanResourceFases = new List <nocoreFlexHumanResourceFaseType>();
     this._faseHistorie    = new List <FasePeriodType>();
     this._location        = new NocoreLocationType();
     this._nationality     = new NationalityType();
     this._bankAccountInfo = new BankAccountInfoType();
 }
 /// <summary>
 /// NocoreStaffingOrganizationType class constructor
 /// </summary>
 public NocoreStaffingOrganizationType()
 {
     this.contactsField = new List <NocoreContactType>();
     this.locationField = new NocoreLocationType();
     this.cLAField      = new CLAReferenceType();
 }
 /// <summary>
 /// NocorePositionOpeningType class constructor
 /// </summary>
 public NocorePositionOpeningType()
 {
     this.locationField = new NocoreLocationType();
 }
Esempio n. 5
0
 /// <summary>
 /// NocoreAssignmentType class constructor
 /// </summary>
 public NocoreAssignmentType()
 {
     this.termOfPaymentField = new List <TermOfPaymentType>();
     this.aBUField           = new NocoreABUType();
     this.locationField      = new NocoreLocationType();
 }