/// <summary>
 /// Create a new hs_hr_currency_type object.
 /// </summary>
 /// <param name="code">Initial value of the code property.</param>
 /// <param name="currency_id">Initial value of the currency_id property.</param>
 /// <param name="currency_name">Initial value of the currency_name property.</param>
 public static hs_hr_currency_type Createhs_hr_currency_type(global::System.Int32 code, global::System.String currency_id, global::System.String currency_name)
 {
     hs_hr_currency_type hs_hr_currency_type = new hs_hr_currency_type();
     hs_hr_currency_type.code = code;
     hs_hr_currency_type.currency_id = currency_id;
     hs_hr_currency_type.currency_name = currency_name;
     return hs_hr_currency_type;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_currency_type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_currency_type(hs_hr_currency_type hs_hr_currency_type)
 {
     base.AddObject("hs_hr_currency_type", hs_hr_currency_type);
 }