示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tinpwip EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotinpwip(tinpwip tinpwip)
 {
     base.AddObject("tinpwip", tinpwip);
 }
示例#2
0
 /// <summary>
 /// Create a new tinpwip object.
 /// </summary>
 /// <param name="customerid">Initial value of the customerid property.</param>
 /// <param name="custorderno">Initial value of the custorderno property.</param>
 /// <param name="styleno">Initial value of the styleno property.</param>
 /// <param name="color">Initial value of the color property.</param>
 /// <param name="size">Initial value of the size property.</param>
 /// <param name="pairqty">Initial value of the pairqty property.</param>
 /// <param name="status">Initial value of the status property.</param>
 /// <param name="workgroup">Initial value of the workgroup property.</param>
 /// <param name="checktype">Initial value of the checktype property.</param>
 public static tinpwip Createtinpwip(global::System.String customerid, global::System.String custorderno, global::System.String styleno, global::System.String color, global::System.String size, global::System.Decimal pairqty, global::System.String status, global::System.String workgroup, global::System.String checktype)
 {
     tinpwip tinpwip = new tinpwip();
     tinpwip.customerid = customerid;
     tinpwip.custorderno = custorderno;
     tinpwip.styleno = styleno;
     tinpwip.color = color;
     tinpwip.size = size;
     tinpwip.pairqty = pairqty;
     tinpwip.status = status;
     tinpwip.workgroup = workgroup;
     tinpwip.checktype = checktype;
     return tinpwip;
 }