Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tp_timer EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotp_timer(tp_timer tp_timer)
 {
     base.AddObject("tp_timer", tp_timer);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new tp_timer object.
 /// </summary>
 /// <param name="t_p_t_id">Initial value of the t_p_t_id property.</param>
 public static tp_timer Createtp_timer(global::System.Int32 t_p_t_id)
 {
     tp_timer tp_timer = new tp_timer();
     tp_timer.t_p_t_id = t_p_t_id;
     return tp_timer;
 }