Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductChoiceCombinations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductChoiceCombinations(bvc_ProductChoiceCombinations bvc_ProductChoiceCombinations)
 {
     base.AddObject("bvc_ProductChoiceCombinations", bvc_ProductChoiceCombinations);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductChoiceCombinations object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="choiceId">Initial value of the ChoiceId property.</param>
 /// <param name="choiceOptionId">Initial value of the ChoiceOptionId property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="parentProductId">Initial value of the ParentProductId property.</param>
 /// <param name="available">Initial value of the Available property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 public static bvc_ProductChoiceCombinations Createbvc_ProductChoiceCombinations(global::System.String bvin, global::System.String choiceId, global::System.String choiceOptionId, global::System.String productId, global::System.String parentProductId, global::System.Boolean available, global::System.DateTime lastUpdated)
 {
     bvc_ProductChoiceCombinations bvc_ProductChoiceCombinations = new bvc_ProductChoiceCombinations();
     bvc_ProductChoiceCombinations.bvin = bvin;
     bvc_ProductChoiceCombinations.ChoiceId = choiceId;
     bvc_ProductChoiceCombinations.ChoiceOptionId = choiceOptionId;
     bvc_ProductChoiceCombinations.ProductId = productId;
     bvc_ProductChoiceCombinations.ParentProductId = parentProductId;
     bvc_ProductChoiceCombinations.Available = available;
     bvc_ProductChoiceCombinations.LastUpdated = lastUpdated;
     return bvc_ProductChoiceCombinations;
 }