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