/// <summary>
 /// Create a new vwItemOnPalletLocation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fullItemName">Initial value of the FullItemName property.</param>
 public static vwItemOnPalletLocation CreatevwItemOnPalletLocation(global::System.Int32 id, global::System.String fullItemName)
 {
     vwItemOnPalletLocation vwItemOnPalletLocation = new vwItemOnPalletLocation();
     vwItemOnPalletLocation.ID = id;
     vwItemOnPalletLocation.FullItemName = fullItemName;
     return vwItemOnPalletLocation;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwItemOnPalletLocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwItemOnPalletLocations(vwItemOnPalletLocation vwItemOnPalletLocation)
 {
     base.AddObject("vwItemOnPalletLocations", vwItemOnPalletLocation);
 }