/// <summary>
 /// Create a new vwGetAllItem object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="fullItemName">Initial value of the FullItemName property.</param>
 /// <param name="unitID">Initial value of the UnitID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="categoryID">Initial value of the CategoryID property.</param>
 /// <param name="subCategoryID">Initial value of the SubCategoryID property.</param>
 public static vwGetAllItem CreatevwGetAllItem(global::System.Int32 id, global::System.String fullItemName, global::System.Int32 unitID, global::System.Int32 type, global::System.Int32 categoryID, global::System.Int32 subCategoryID)
 {
     vwGetAllItem vwGetAllItem = new vwGetAllItem();
     vwGetAllItem.ID = id;
     vwGetAllItem.FullItemName = fullItemName;
     vwGetAllItem.UnitID = unitID;
     vwGetAllItem.Type = type;
     vwGetAllItem.CategoryID = categoryID;
     vwGetAllItem.SubCategoryID = subCategoryID;
     return vwGetAllItem;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwGetAllItems EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwGetAllItems(vwGetAllItem vwGetAllItem)
 {
     base.AddObject("vwGetAllItems", vwGetAllItem);
 }