/// <summary>
 /// Create a new BannerEvent object.
 /// </summary>
 /// <param name="bannerID">Initial value of the BannerID property.</param>
 /// <param name="tagName">Initial value of the TagName property.</param>
 /// <param name="impressions">Initial value of the Impressions property.</param>
 /// <param name="javaScriptImpressions">Initial value of the JavaScriptImpressions property.</param>
 /// <param name="flashImpressions">Initial value of the FlashImpressions property.</param>
 /// <param name="clickWebSite">Initial value of the ClickWebSite property.</param>
 /// <param name="clickLogo">Initial value of the ClickLogo property.</param>
 /// <param name="clickMap">Initial value of the ClickMap property.</param>
 /// <param name="emailDealer">Initial value of the EmailDealer property.</param>
 /// <param name="emailFriend">Initial value of the EmailFriend property.</param>
 /// <param name="videoPlayCount">Initial value of the VideoPlayCount property.</param>
 /// <param name="videoPlayTime">Initial value of the VideoPlayTime property.</param>
 /// <param name="rollOverCount">Initial value of the RollOverCount property.</param>
 /// <param name="rollOverTime">Initial value of the RollOverTime property.</param>
 /// <param name="clickSortMenu">Initial value of the ClickSortMenu property.</param>
 /// <param name="clickSortItem1">Initial value of the ClickSortItem1 property.</param>
 /// <param name="clickSortItem2">Initial value of the ClickSortItem2 property.</param>
 /// <param name="clickListing">Initial value of the ClickListing property.</param>
 /// <param name="clickThroughListing">Initial value of the ClickThroughListing property.</param>
 /// <param name="dateStamp">Initial value of the DateStamp property.</param>
 public static BannerEvent CreateBannerEvent(global::System.Int32 bannerID, global::System.String tagName, global::System.Int32 impressions, global::System.Int32 javaScriptImpressions, global::System.Int32 flashImpressions, global::System.Int32 clickWebSite, global::System.Int32 clickLogo, global::System.Int32 clickMap, global::System.Int32 emailDealer, global::System.Int32 emailFriend, global::System.Int32 videoPlayCount, global::System.Int32 videoPlayTime, global::System.Int32 rollOverCount, global::System.Int32 rollOverTime, global::System.Int32 clickSortMenu, global::System.Int32 clickSortItem1, global::System.Int32 clickSortItem2, global::System.Int32 clickListing, global::System.Int32 clickThroughListing, global::System.DateTime dateStamp)
 {
     BannerEvent bannerEvent = new BannerEvent();
     bannerEvent.BannerID = bannerID;
     bannerEvent.TagName = tagName;
     bannerEvent.Impressions = impressions;
     bannerEvent.JavaScriptImpressions = javaScriptImpressions;
     bannerEvent.FlashImpressions = flashImpressions;
     bannerEvent.ClickWebSite = clickWebSite;
     bannerEvent.ClickLogo = clickLogo;
     bannerEvent.ClickMap = clickMap;
     bannerEvent.EmailDealer = emailDealer;
     bannerEvent.EmailFriend = emailFriend;
     bannerEvent.VideoPlayCount = videoPlayCount;
     bannerEvent.VideoPlayTime = videoPlayTime;
     bannerEvent.RollOverCount = rollOverCount;
     bannerEvent.RollOverTime = rollOverTime;
     bannerEvent.ClickSortMenu = clickSortMenu;
     bannerEvent.ClickSortItem1 = clickSortItem1;
     bannerEvent.ClickSortItem2 = clickSortItem2;
     bannerEvent.ClickListing = clickListing;
     bannerEvent.ClickThroughListing = clickThroughListing;
     bannerEvent.DateStamp = dateStamp;
     return bannerEvent;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the BannerEvents EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBannerEvents(BannerEvent bannerEvent)
 {
     base.AddObject("BannerEvents", bannerEvent);
 }