/// <summary> /// Deprecated Method for adding a new object to the bvc_ProductChoices_Item EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_ProductChoices_Item(bvc_ProductChoices_Item bvc_ProductChoices_Item) { base.AddObject("bvc_ProductChoices_Item", bvc_ProductChoices_Item); }
/// <summary> /// Create a new bvc_ProductChoices_Item object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="choiceID">Initial value of the ChoiceID property.</param> /// <param name="displayText">Initial value of the DisplayText property.</param> /// <param name="displayValue">Initial value of the DisplayValue property.</param> /// <param name="sortOrder">Initial value of the SortOrder property.</param> /// <param name="selected">Initial value of the Selected property.</param> /// <param name="imageURL">Initial value of the ImageURL property.</param> /// <param name="priceAdjustment">Initial value of the PriceAdjustment property.</param> /// <param name="costAdjustment">Initial value of the CostAdjustment property.</param> /// <param name="shippingCostAdjustment">Initial value of the ShippingCostAdjustment property.</param> /// <param name="weightAdjustment">Initial value of the WeightAdjustment property.</param> /// <param name="nullItem">Initial value of the NullItem property.</param> public static bvc_ProductChoices_Item Createbvc_ProductChoices_Item(global::System.Int32 id, global::System.Int32 choiceID, global::System.String displayText, global::System.String displayValue, global::System.Int32 sortOrder, global::System.Int32 selected, global::System.String imageURL, global::System.Double priceAdjustment, global::System.Double costAdjustment, global::System.Double shippingCostAdjustment, global::System.Double weightAdjustment, global::System.Int32 nullItem) { bvc_ProductChoices_Item bvc_ProductChoices_Item = new bvc_ProductChoices_Item(); bvc_ProductChoices_Item.ID = id; bvc_ProductChoices_Item.ChoiceID = choiceID; bvc_ProductChoices_Item.DisplayText = displayText; bvc_ProductChoices_Item.DisplayValue = displayValue; bvc_ProductChoices_Item.SortOrder = sortOrder; bvc_ProductChoices_Item.Selected = selected; bvc_ProductChoices_Item.ImageURL = imageURL; bvc_ProductChoices_Item.PriceAdjustment = priceAdjustment; bvc_ProductChoices_Item.CostAdjustment = costAdjustment; bvc_ProductChoices_Item.ShippingCostAdjustment = shippingCostAdjustment; bvc_ProductChoices_Item.WeightAdjustment = weightAdjustment; bvc_ProductChoices_Item.NullItem = nullItem; return bvc_ProductChoices_Item; }