/// <summary>
 /// Create a new HR_GBL_LKP_IndustryType object.
 /// </summary>
 /// <param name="industryTypeID">Initial value of the IndustryTypeID property.</param>
 /// <param name="industryType">Initial value of the IndustryType property.</param>
 /// <param name="domain">Initial value of the Domain property.</param>
 /// <param name="natureOfBusiness">Initial value of the NatureOfBusiness property.</param>
 public static HR_GBL_LKP_IndustryType CreateHR_GBL_LKP_IndustryType(global::System.Int32 industryTypeID, global::System.String industryType, global::System.String domain, global::System.String natureOfBusiness)
 {
     HR_GBL_LKP_IndustryType hR_GBL_LKP_IndustryType = new HR_GBL_LKP_IndustryType();
     hR_GBL_LKP_IndustryType.IndustryTypeID = industryTypeID;
     hR_GBL_LKP_IndustryType.IndustryType = industryType;
     hR_GBL_LKP_IndustryType.Domain = domain;
     hR_GBL_LKP_IndustryType.NatureOfBusiness = natureOfBusiness;
     return hR_GBL_LKP_IndustryType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_GBL_LKP_IndustryType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_GBL_LKP_IndustryType(HR_GBL_LKP_IndustryType hR_GBL_LKP_IndustryType)
 {
     base.AddObject("HR_GBL_LKP_IndustryType", hR_GBL_LKP_IndustryType);
 }