/// <summary>
 /// Create a new eveLocations object.
 /// </summary>
 /// <param name="locationID">Initial value of the locationID property.</param>
 /// <param name="locationName">Initial value of the locationName property.</param>
 /// <param name="x">Initial value of the x property.</param>
 /// <param name="y">Initial value of the y property.</param>
 /// <param name="z">Initial value of the z property.</param>
 public static eveLocations CreateeveLocations(global::System.Int64 locationID, global::System.String locationName, global::System.Double x, global::System.Double y, global::System.Double z)
 {
     eveLocations eveLocations = new eveLocations();
     eveLocations.locationID = locationID;
     eveLocations.locationName = locationName;
     eveLocations.x = x;
     eveLocations.y = y;
     eveLocations.z = z;
     return eveLocations;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the eveLocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeveLocations(eveLocations eveLocations)
 {
     base.AddObject("eveLocations", eveLocations);
 }