/// <summary> /// Deprecated Method for adding a new object to the HR_LKP_Country EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHR_LKP_Country(HR_LKP_Country hR_LKP_Country) { base.AddObject("HR_LKP_Country", hR_LKP_Country); }
/// <summary> /// Create a new HR_LKP_Country object. /// </summary> /// <param name="countryCode">Initial value of the CountryCode property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="iSOCode">Initial value of the ISOCode property.</param> /// <param name="currencyID">Initial value of the CurrencyID property.</param> public static HR_LKP_Country CreateHR_LKP_Country(global::System.String countryCode, global::System.String name, global::System.String iSOCode, global::System.Int32 currencyID) { HR_LKP_Country hR_LKP_Country = new HR_LKP_Country(); hR_LKP_Country.CountryCode = countryCode; hR_LKP_Country.Name = name; hR_LKP_Country.ISOCode = iSOCode; hR_LKP_Country.CurrencyID = currencyID; return hR_LKP_Country; }