/// <summary>
 /// Deprecated Method for adding a new object to the CollectionEventSeriesImage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCollectionEventSeriesImage(CollectionEventSeriesImage collectionEventSeriesImage)
 {
     base.AddObject("CollectionEventSeriesImage", collectionEventSeriesImage);
 }
 /// <summary>
 /// Create a new CollectionEventSeriesImage object.
 /// </summary>
 /// <param name="seriesID">Initial value of the SeriesID property.</param>
 /// <param name="uRI">Initial value of the URI property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static CollectionEventSeriesImage CreateCollectionEventSeriesImage(global::System.Int32 seriesID, global::System.String uRI, global::System.Guid rowGUID)
 {
     CollectionEventSeriesImage collectionEventSeriesImage = new CollectionEventSeriesImage();
     collectionEventSeriesImage.SeriesID = seriesID;
     collectionEventSeriesImage.URI = uRI;
     collectionEventSeriesImage.RowGUID = rowGUID;
     return collectionEventSeriesImage;
 }