/// <summary>
 /// Create a new vwItemsReadyForDispatch object.
 /// </summary>
 /// <param name="receivePalletID">Initial value of the ReceivePalletID property.</param>
 /// <param name="reservedStock">Initial value of the ReservedStock property.</param>
 /// <param name="receiveDocID">Initial value of the ReceiveDocID property.</param>
 /// <param name="deliveryNote">Initial value of the DeliveryNote property.</param>
 /// <param name="palletLocationID">Initial value of the PalletLocationID property.</param>
 /// <param name="isFullSize">Initial value of the IsFullSize property.</param>
 /// <param name="isExtended">Initial value of the IsExtended property.</param>
 /// <param name="availableVolume">Initial value of the AvailableVolume property.</param>
 /// <param name="usedVolume">Initial value of the UsedVolume property.</param>
 /// <param name="fullItemName">Initial value of the FullItemName property.</param>
 /// <param name="expr4">Initial value of the Expr4 property.</param>
 /// <param name="categoryId">Initial value of the CategoryId property.</param>
 /// <param name="subCategoryID">Initial value of the SubCategoryID property.</param>
 /// <param name="expr6">Initial value of the Expr6 property.</param>
 public static vwItemsReadyForDispatch CreatevwItemsReadyForDispatch(global::System.Int32 receivePalletID, global::System.Int32 reservedStock, global::System.Int32 receiveDocID, global::System.Int32 deliveryNote, global::System.Int32 palletLocationID, global::System.Boolean isFullSize, global::System.Boolean isExtended, global::System.Double availableVolume, global::System.Double usedVolume, global::System.String fullItemName, global::System.Int32 expr4, global::System.Int32 categoryId, global::System.Int32 subCategoryID, global::System.Int32 expr6)
 {
     vwItemsReadyForDispatch vwItemsReadyForDispatch = new vwItemsReadyForDispatch();
     vwItemsReadyForDispatch.ReceivePalletID = receivePalletID;
     vwItemsReadyForDispatch.ReservedStock = reservedStock;
     vwItemsReadyForDispatch.ReceiveDocID = receiveDocID;
     vwItemsReadyForDispatch.DeliveryNote = deliveryNote;
     vwItemsReadyForDispatch.PalletLocationID = palletLocationID;
     vwItemsReadyForDispatch.IsFullSize = isFullSize;
     vwItemsReadyForDispatch.IsExtended = isExtended;
     vwItemsReadyForDispatch.AvailableVolume = availableVolume;
     vwItemsReadyForDispatch.UsedVolume = usedVolume;
     vwItemsReadyForDispatch.FullItemName = fullItemName;
     vwItemsReadyForDispatch.Expr4 = expr4;
     vwItemsReadyForDispatch.CategoryId = categoryId;
     vwItemsReadyForDispatch.SubCategoryID = subCategoryID;
     vwItemsReadyForDispatch.Expr6 = expr6;
     return vwItemsReadyForDispatch;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwItemsReadyForDispatches EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwItemsReadyForDispatches(vwItemsReadyForDispatch vwItemsReadyForDispatch)
 {
     base.AddObject("vwItemsReadyForDispatches", vwItemsReadyForDispatch);
 }