예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RequestAllocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRequestAllocations(RequestAllocation requestAllocation)
 {
     base.AddObject("RequestAllocations", requestAllocation);
 }
예제 #2
0
 /// <summary>
 /// Create a new RequestAllocation object.
 /// </summary>
 /// <param name="requestID">Initial value of the RequestID property.</param>
 public static RequestAllocation CreateRequestAllocation(global::System.Int32 requestID)
 {
     RequestAllocation requestAllocation = new RequestAllocation();
     requestAllocation.RequestID = requestID;
     return requestAllocation;
 }