Пример #1
0
 /// <summary>
 /// Create a new FeaturedBrand object.
 /// </summary>
 /// <param name="featId">Initial value of the FeatId property.</param>
 public static FeaturedBrand CreateFeaturedBrand(global::System.Int32 featId)
 {
     FeaturedBrand featuredBrand = new FeaturedBrand();
     featuredBrand.FeatId = featId;
     return featuredBrand;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FeaturedBrands EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFeaturedBrands(FeaturedBrand featuredBrand)
 {
     base.AddObject("FeaturedBrands", featuredBrand);
 }