Пример #1
0
 /// <summary>
 /// Create a new tmdlworkgroup object.
 /// </summary>
 /// <param name="workgroup">Initial value of the workgroup property.</param>
 public static tmdlworkgroup Createtmdlworkgroup(global::System.String workgroup)
 {
     tmdlworkgroup tmdlworkgroup = new tmdlworkgroup();
     tmdlworkgroup.workgroup = workgroup;
     return tmdlworkgroup;
 }
Пример #2
0
 public void DoUpdateWorkGroup(ContextInfo contextInfo, tmdlworkgroup location)
 {
     contextInfo.Action = MES_ActionType.Update;
     WorkGroupBll bll = new WorkGroupBll(contextInfo);
     bll.CallAccessControl();
     bll.DoUpdate(location);
     GC.Collect();
 }
Пример #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tmdlworkgroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotmdlworkgroup(tmdlworkgroup tmdlworkgroup)
 {
     base.AddObject("tmdlworkgroup", tmdlworkgroup);
 }