/// <summary> /// Deprecated Method for adding a new object to the tp_timer EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTotp_timer(tp_timer tp_timer) { base.AddObject("tp_timer", tp_timer); }
/// <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; }