Esempio n. 1
0
 /// <summary>
 /// Create a new tinpreceivingdtl object.
 /// </summary>
 /// <param name="recsysid">Initial value of the recsysid property.</param>
 /// <param name="reclineno">Initial value of the reclineno 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>
 public static tinpreceivingdtl Createtinpreceivingdtl(global::System.String recsysid, global::System.String reclineno, global::System.String custorderno, global::System.String styleno, global::System.String color, global::System.String size)
 {
     tinpreceivingdtl tinpreceivingdtl = new tinpreceivingdtl();
     tinpreceivingdtl.recsysid = recsysid;
     tinpreceivingdtl.reclineno = reclineno;
     tinpreceivingdtl.custorderno = custorderno;
     tinpreceivingdtl.styleno = styleno;
     tinpreceivingdtl.color = color;
     tinpreceivingdtl.size = size;
     return tinpreceivingdtl;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tinpreceivingdtl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotinpreceivingdtl(tinpreceivingdtl tinpreceivingdtl)
 {
     base.AddObject("tinpreceivingdtl", tinpreceivingdtl);
 }