/// <summary> /// Create a new invItems object. /// </summary> /// <param name="itemID">Initial value of the itemID property.</param> /// <param name="typeID">Initial value of the typeID property.</param> /// <param name="ownerID">Initial value of the ownerID property.</param> /// <param name="locationID">Initial value of the locationID property.</param> /// <param name="flagID">Initial value of the flagID property.</param> /// <param name="quantity">Initial value of the quantity property.</param> public static invItems CreateinvItems(global::System.Int64 itemID, global::System.Int32 typeID, global::System.Int32 ownerID, global::System.Int64 locationID, global::System.Int16 flagID, global::System.Int32 quantity) { invItems invItems = new invItems(); invItems.itemID = itemID; invItems.typeID = typeID; invItems.ownerID = ownerID; invItems.locationID = locationID; invItems.flagID = flagID; invItems.quantity = quantity; return invItems; }
/// <summary> /// Deprecated Method for adding a new object to the invItems EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinvItems(invItems invItems) { base.AddObject("invItems", invItems); }