/// <summary> /// Deprecated Method for adding a new object to the bvc_ProductChoiceOptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_ProductChoiceOptions(bvc_ProductChoiceOptions bvc_ProductChoiceOptions) { base.AddObject("bvc_ProductChoiceOptions", bvc_ProductChoiceOptions); }
/// <summary> /// Create a new bvc_ProductChoiceOptions object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="productChoiceId">Initial value of the ProductChoiceId property.</param> /// <param name="productChoiceName">Initial value of the ProductChoiceName property.</param> /// <param name="order">Initial value of the Order property.</param> /// <param name="default">Initial value of the Default property.</param> /// <param name="null">Initial value of the Null property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> public static bvc_ProductChoiceOptions Createbvc_ProductChoiceOptions(global::System.String bvin, global::System.String productChoiceId, global::System.String productChoiceName, global::System.Int32 order, global::System.Boolean @default, global::System.Boolean @null, global::System.DateTime lastUpdated) { bvc_ProductChoiceOptions bvc_ProductChoiceOptions = new bvc_ProductChoiceOptions(); bvc_ProductChoiceOptions.bvin = bvin; bvc_ProductChoiceOptions.ProductChoiceId = productChoiceId; bvc_ProductChoiceOptions.ProductChoiceName = productChoiceName; bvc_ProductChoiceOptions.Order = order; bvc_ProductChoiceOptions.Default = @default; bvc_ProductChoiceOptions.Null = @null; bvc_ProductChoiceOptions.LastUpdated = lastUpdated; return bvc_ProductChoiceOptions; }