/// <summary> /// Create a new vwReceiptPallet object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="fullItemName">Initial value of the FullItemName property.</param> /// <param name="palletLocationID">Initial value of the PalletLocationID property.</param> /// <param name="phyicalStoreID">Initial value of the PhyicalStoreID property.</param> /// <param name="warehouseID">Initial value of the WarehouseID property.</param> /// <param name="clusterID">Initial value of the ClusterID property.</param> /// <param name="manufacturerID">Initial value of the ManufacturerID property.</param> /// <param name="itemUnitID">Initial value of the ItemUnitID property.</param> /// <param name="itemUnitName">Initial value of the ItemUnitName property.</param> /// <param name="activityID">Initial value of the ActivityID property.</param> /// <param name="accountID">Initial value of the AccountID property.</param> public static vwReceiptPallet CreatevwReceiptPallet(global::System.Int32 id, global::System.String fullItemName, global::System.Int32 palletLocationID, global::System.Int32 phyicalStoreID, global::System.Int32 warehouseID, global::System.Int32 clusterID, global::System.Int32 manufacturerID, global::System.Int32 itemUnitID, global::System.String itemUnitName, global::System.Int32 activityID, global::System.Int32 accountID) { vwReceiptPallet vwReceiptPallet = new vwReceiptPallet(); vwReceiptPallet.ID = id; vwReceiptPallet.FullItemName = fullItemName; vwReceiptPallet.PalletLocationID = palletLocationID; vwReceiptPallet.PhyicalStoreID = phyicalStoreID; vwReceiptPallet.WarehouseID = warehouseID; vwReceiptPallet.ClusterID = clusterID; vwReceiptPallet.ManufacturerID = manufacturerID; vwReceiptPallet.ItemUnitID = itemUnitID; vwReceiptPallet.ItemUnitName = itemUnitName; vwReceiptPallet.ActivityID = activityID; vwReceiptPallet.AccountID = accountID; return vwReceiptPallet; }
/// <summary> /// Deprecated Method for adding a new object to the vwReceiptPallets EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovwReceiptPallets(vwReceiptPallet vwReceiptPallet) { base.AddObject("vwReceiptPallets", vwReceiptPallet); }