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