Пример #1
0
        /// <summary>
        /// Create a new T_PRODUCE_REPLENISHPLAN object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        public static T_PRODUCE_REPLENISHPLAN CreateT_PRODUCE_REPLENISHPLAN(global::System.Decimal id)
        {
            T_PRODUCE_REPLENISHPLAN t_PRODUCE_REPLENISHPLAN = new T_PRODUCE_REPLENISHPLAN();

            t_PRODUCE_REPLENISHPLAN.ID = id;
            return(t_PRODUCE_REPLENISHPLAN);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_PRODUCE_REPLENISHPLAN EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_PRODUCE_REPLENISHPLAN(T_PRODUCE_REPLENISHPLAN t_PRODUCE_REPLENISHPLAN)
 {
     base.AddObject("T_PRODUCE_REPLENISHPLAN", t_PRODUCE_REPLENISHPLAN);
 }