/// <summary>
 /// Deprecated Method for adding a new object to the signalStrengths EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosignalStrengths(signalStrength signalStrength)
 {
     base.AddObject("signalStrengths", signalStrength);
 }
 /// <summary>
 /// Create a new signalStrength object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="entryId">Initial value of the entryId property.</param>
 public static signalStrength CreatesignalStrength(global::System.Int64 id, global::System.Int64 entryId)
 {
     signalStrength signalStrength = new signalStrength();
     signalStrength.id = id;
     signalStrength.entryId = entryId;
     return signalStrength;
 }