/// <summary>
 /// Create a new Target_Rates object.
 /// </summary>
 /// <param name="target_rate_id">Initial value of the Target_rate_id property.</param>
 /// <param name="country_id">Initial value of the country_id property.</param>
 /// <param name="product_type_id">Initial value of the product_type_id property.</param>
 /// <param name="technology_id">Initial value of the Technology_id property.</param>
 public static Target_Rates CreateTarget_Rates(global::System.Int32 target_rate_id, global::System.Int32 country_id, global::System.Int32 product_type_id, global::System.Int32 technology_id)
 {
     Target_Rates target_Rates = new Target_Rates();
     target_Rates.Target_rate_id = target_rate_id;
     target_Rates.country_id = country_id;
     target_Rates.product_type_id = product_type_id;
     target_Rates.Technology_id = technology_id;
     return target_Rates;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Target_Rates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTarget_Rates(Target_Rates target_Rates)
 {
     base.AddObject("Target_Rates", target_Rates);
 }