예제 #1
0
 /// <summary>
 /// Create a new tinpschedule object.
 /// </summary>
 /// <param name="yearmonth">Initial value of the yearmonth property.</param>
 /// <param name="customerid">Initial value of the customerid property.</param>
 /// <param name="factory">Initial value of the factory property.</param>
 public static tinpschedule Createtinpschedule(global::System.String yearmonth, global::System.String customerid, global::System.String factory)
 {
     tinpschedule tinpschedule = new tinpschedule();
     tinpschedule.yearmonth = yearmonth;
     tinpschedule.customerid = customerid;
     tinpschedule.factory = factory;
     return tinpschedule;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tinpschedule EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotinpschedule(tinpschedule tinpschedule)
 {
     base.AddObject("tinpschedule", tinpschedule);
 }