Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductOptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductOptions(bvc_ProductOptions bvc_ProductOptions)
 {
     base.AddObject("bvc_ProductOptions", bvc_ProductOptions);
 }
Пример #2
0
 /// <summary>
 /// Create a new bvc_ProductOptions object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="optionType">Initial value of the OptionType property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="nameIsHidden">Initial value of the NameIsHidden property.</param>
 /// <param name="isVariant">Initial value of the IsVariant property.</param>
 /// <param name="isShared">Initial value of the IsShared property.</param>
 /// <param name="settings">Initial value of the Settings property.</param>
 public static bvc_ProductOptions Createbvc_ProductOptions(global::System.String bvin, global::System.Int64 storeId, global::System.Int32 optionType, global::System.String name, global::System.Boolean nameIsHidden, global::System.Boolean isVariant, global::System.Boolean isShared, global::System.String settings)
 {
     bvc_ProductOptions bvc_ProductOptions = new bvc_ProductOptions();
     bvc_ProductOptions.bvin = bvin;
     bvc_ProductOptions.StoreId = storeId;
     bvc_ProductOptions.OptionType = optionType;
     bvc_ProductOptions.Name = name;
     bvc_ProductOptions.NameIsHidden = nameIsHidden;
     bvc_ProductOptions.IsVariant = isVariant;
     bvc_ProductOptions.IsShared = isShared;
     bvc_ProductOptions.Settings = settings;
     return bvc_ProductOptions;
 }