예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the WorkArea EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToWorkArea(WorkArea workArea)
 {
     base.AddObject("WorkArea", workArea);
 }
예제 #2
0
 /// <summary>
 /// Create a new WorkArea object.
 /// </summary>
 /// <param name="workArea_Id">Initial value of the WorkArea_Id property.</param>
 public static WorkArea CreateWorkArea(global::System.Guid workArea_Id)
 {
     WorkArea workArea = new WorkArea();
     workArea.WorkArea_Id = workArea_Id;
     return workArea;
 }