예제 #1
0
 /// <summary>
 /// Create a new BannerType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static BannerType CreateBannerType(global::System.Int32 id, global::System.String name)
 {
     BannerType bannerType = new BannerType();
     bannerType.Id = id;
     bannerType.Name = name;
     return bannerType;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BannerType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBannerType(BannerType bannerType)
 {
     base.AddObject("BannerType", bannerType);
 }