/// <summary> /// Deprecated Method for adding a new object to the RequestAllocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRequestAllocations(RequestAllocation requestAllocation) { base.AddObject("RequestAllocations", requestAllocation); }
/// <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; }