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