/// <summary>
 /// Create a new vwGetItemsPendingPriceChange object.
 /// </summary>
 /// <param name="receivedocID">Initial value of the ReceivedocID property.</param>
 /// <param name="accountID">Initial value of the AccountID property.</param>
 public static vwGetItemsPendingPriceChange CreatevwGetItemsPendingPriceChange(global::System.Int32 receivedocID, global::System.Int32 accountID)
 {
     vwGetItemsPendingPriceChange vwGetItemsPendingPriceChange = new vwGetItemsPendingPriceChange();
     vwGetItemsPendingPriceChange.ReceivedocID = receivedocID;
     vwGetItemsPendingPriceChange.AccountID = accountID;
     return vwGetItemsPendingPriceChange;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwGetItemsPendingPriceChanges EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwGetItemsPendingPriceChanges(vwGetItemsPendingPriceChange vwGetItemsPendingPriceChange)
 {
     base.AddObject("vwGetItemsPendingPriceChanges", vwGetItemsPendingPriceChange);
 }