/// <summary>
 /// Deprecated Method for adding a new object to the imagetypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToimagetypes(imagetype imagetype)
 {
     base.AddObject("imagetypes", imagetype);
 }
 /// <summary>
 /// Create a new imagetype object.
 /// </summary>
 /// <param name="imagetype_id">Initial value of the imagetype_id property.</param>
 /// <param name="type_str">Initial value of the type_str property.</param>
 public static imagetype Createimagetype(global::System.Int64 imagetype_id, global::System.String type_str)
 {
     imagetype imagetype = new imagetype();
     imagetype.imagetype_id = imagetype_id;
     imagetype.type_str = type_str;
     return imagetype;
 }