/// <summary>
 /// Create a new ImageSet object.
 /// </summary>
 /// <param name="imageSetCD">Initial value of the ImageSetCD property.</param>
 public static ImageSet CreateImageSet(global::System.String imageSetCD)
 {
     ImageSet imageSet = new ImageSet();
     imageSet.ImageSetCD = imageSetCD;
     return imageSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ImageSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToImageSets(ImageSet imageSet)
 {
     base.AddObject("ImageSets", imageSet);
 }