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