/// <summary> /// Create a new bvc_RMAItem object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="rMABvin">Initial value of the RMABvin property.</param> /// <param name="lineItemBvin">Initial value of the LineItemBvin property.</param> /// <param name="itemName">Initial value of the ItemName property.</param> /// <param name="itemDescription">Initial value of the ItemDescription property.</param> /// <param name="note">Initial value of the Note property.</param> /// <param name="reason">Initial value of the Reason property.</param> /// <param name="replace">Initial value of the Replace property.</param> /// <param name="quantity">Initial value of the Quantity property.</param> /// <param name="quantityReceived">Initial value of the QuantityReceived property.</param> /// <param name="quantityReturnedToInventory">Initial value of the QuantityReturnedToInventory property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_RMAItem Createbvc_RMAItem(global::System.String bvin, global::System.String rMABvin, global::System.String lineItemBvin, global::System.String itemName, global::System.String itemDescription, global::System.String note, global::System.String reason, global::System.Boolean replace, global::System.Int32 quantity, global::System.Int32 quantityReceived, global::System.Int32 quantityReturnedToInventory, global::System.DateTime lastUpdated) { bvc_RMAItem bvc_RMAItem = new bvc_RMAItem(); bvc_RMAItem.bvin = bvin; bvc_RMAItem.RMABvin = rMABvin; bvc_RMAItem.LineItemBvin = lineItemBvin; bvc_RMAItem.ItemName = itemName; bvc_RMAItem.ItemDescription = itemDescription; bvc_RMAItem.Note = note; bvc_RMAItem.Reason = reason; bvc_RMAItem.Replace = replace; bvc_RMAItem.Quantity = quantity; bvc_RMAItem.QuantityReceived = quantityReceived; bvc_RMAItem.QuantityReturnedToInventory = quantityReturnedToInventory; bvc_RMAItem.LastUpdated = lastUpdated; return bvc_RMAItem; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_RMAItem EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_RMAItem(bvc_RMAItem bvc_RMAItem) { base.AddObject("bvc_RMAItem", bvc_RMAItem); }