/// <summary> /// Deprecated Method for adding a new object to the mapConstellationJumps EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTomapConstellationJumps(mapConstellationJumps mapConstellationJumps) { base.AddObject("mapConstellationJumps", mapConstellationJumps); }
/// <summary> /// Create a new mapConstellationJumps object. /// </summary> /// <param name="fromConstellationID">Initial value of the fromConstellationID property.</param> /// <param name="toConstellationID">Initial value of the toConstellationID property.</param> public static mapConstellationJumps CreatemapConstellationJumps(global::System.Int32 fromConstellationID, global::System.Int32 toConstellationID) { mapConstellationJumps mapConstellationJumps = new mapConstellationJumps(); mapConstellationJumps.fromConstellationID = fromConstellationID; mapConstellationJumps.toConstellationID = toConstellationID; return mapConstellationJumps; }