/// <summary>
 /// Create a new eveGraphics object.
 /// </summary>
 /// <param name="graphicID">Initial value of the graphicID property.</param>
 /// <param name="graphicFile">Initial value of the graphicFile property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="obsolete">Initial value of the obsolete property.</param>
 /// <param name="graphicName">Initial value of the graphicName property.</param>
 public static eveGraphics CreateeveGraphics(global::System.Int32 graphicID, global::System.String graphicFile, global::System.String description, global::System.Boolean obsolete, global::System.String graphicName)
 {
     eveGraphics eveGraphics = new eveGraphics();
     eveGraphics.graphicID = graphicID;
     eveGraphics.graphicFile = graphicFile;
     eveGraphics.description = description;
     eveGraphics.obsolete = obsolete;
     eveGraphics.graphicName = graphicName;
     return eveGraphics;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the eveGraphics EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeveGraphics(eveGraphics eveGraphics)
 {
     base.AddObject("eveGraphics", eveGraphics);
 }