/// <summary>
 /// Deprecated Method for adding a new object to the productbuilds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproductbuilds(productbuild productbuild)
 {
     base.AddObject("productbuilds", productbuild);
 }
 /// <summary>
 /// Create a new productbuild object.
 /// </summary>
 /// <param name="build_id">Initial value of the build_id property.</param>
 /// <param name="build_name">Initial value of the build_name property.</param>
 /// <param name="build_label">Initial value of the build_label property.</param>
 /// <param name="build_path">Initial value of the build_path property.</param>
 /// <param name="is_suite">Initial value of the is_suite property.</param>
 public static productbuild Createproductbuild(global::System.Int64 build_id, global::System.String build_name, global::System.String build_label, global::System.String build_path, global::System.Boolean is_suite)
 {
     productbuild productbuild = new productbuild();
     productbuild.build_id = build_id;
     productbuild.build_name = build_name;
     productbuild.build_label = build_label;
     productbuild.build_path = build_path;
     productbuild.is_suite = is_suite;
     return productbuild;
 }