Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductPropertyChoice EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductPropertyChoice(bvc_ProductPropertyChoice bvc_ProductPropertyChoice)
 {
     base.AddObject("bvc_ProductPropertyChoice", bvc_ProductPropertyChoice);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new bvc_ProductPropertyChoice object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="propertyId">Initial value of the PropertyId property.</param>
 /// <param name="choiceName">Initial value of the ChoiceName property.</param>
 /// <param name="sortOrder">Initial value of the SortOrder property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_ProductPropertyChoice Createbvc_ProductPropertyChoice(global::System.Int64 id, global::System.Int64 propertyId, global::System.String choiceName, global::System.Int32 sortOrder, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_ProductPropertyChoice bvc_ProductPropertyChoice = new bvc_ProductPropertyChoice();
     bvc_ProductPropertyChoice.Id = id;
     bvc_ProductPropertyChoice.PropertyId = propertyId;
     bvc_ProductPropertyChoice.ChoiceName = choiceName;
     bvc_ProductPropertyChoice.SortOrder = sortOrder;
     bvc_ProductPropertyChoice.LastUpdated = lastUpdated;
     bvc_ProductPropertyChoice.StoreId = storeId;
     return bvc_ProductPropertyChoice;
 }