示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tmdlexchange EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmdlexchange(tmdlexchange tmdlexchange)
 {
     base.AddObject("tmdlexchange", tmdlexchange);
 }
示例#2
0
 public void DoUpdateExchange(ContextInfo contextInfo, tmdlexchange exchange)
 {
     contextInfo.Action = MES_ActionType.Update;
     ExchangeBll bll = new ExchangeBll(contextInfo);
     bll.CallAccessControl();
     bll.DoUpdate(exchange);
     GC.Collect();
 }
示例#3
0
 /// <summary>
 /// Create a new tmdlexchange object.
 /// </summary>
 /// <param name="exsysid">Initial value of the exsysid property.</param>
 public static tmdlexchange Createtmdlexchange(global::System.String exsysid)
 {
     tmdlexchange tmdlexchange = new tmdlexchange();
     tmdlexchange.exsysid = exsysid;
     return tmdlexchange;
 }