Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ProductFilter EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ProductFilter(bvc_ProductFilter bvc_ProductFilter)
 {
     base.AddObject("bvc_ProductFilter", bvc_ProductFilter);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new bvc_ProductFilter object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="filterName">Initial value of the FilterName property.</param>
 /// <param name="criteria">Initial value of the Criteria property.</param>
 /// <param name="page">Initial value of the Page 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_ProductFilter Createbvc_ProductFilter(global::System.String bvin, global::System.String filterName, global::System.String criteria, global::System.String page, global::System.DateTime lastUpdated, global::System.Int64 storeId)
 {
     bvc_ProductFilter bvc_ProductFilter = new bvc_ProductFilter();
     bvc_ProductFilter.bvin = bvin;
     bvc_ProductFilter.FilterName = filterName;
     bvc_ProductFilter.Criteria = criteria;
     bvc_ProductFilter.Page = page;
     bvc_ProductFilter.LastUpdated = lastUpdated;
     bvc_ProductFilter.StoreId = storeId;
     return bvc_ProductFilter;
 }