Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tinpotherpricing EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotinpotherpricing(tinpotherpricing tinpotherpricing)
 {
     base.AddObject("tinpotherpricing", tinpotherpricing);
 }
Exemple #2
0
 /// <summary>
 /// Create a new tinpotherpricing object.
 /// </summary>
 /// <param name="oprisysid">Initial value of the oprisysid property.</param>
 public static tinpotherpricing Createtinpotherpricing(global::System.String oprisysid)
 {
     tinpotherpricing tinpotherpricing = new tinpotherpricing();
     tinpotherpricing.oprisysid = oprisysid;
     return tinpotherpricing;
 }
Exemple #3
0
 public void DoUpdateOtherPricing(ContextInfo contextInfo, tinpotherpricing otherpricing)
 {
     contextInfo.Action = MES_ActionType.Update;
     OtherPricingBll bll = new OtherPricingBll(contextInfo);
     bll.CallAccessControl();
     bll.DoUpdate(otherpricing);
     GC.Collect();
 }