/// <summary>
 /// Deprecated Method for adding a new object to the entries EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToentries(entry entry)
 {
     base.AddObject("entries", entry);
 }
 /// <summary>
 /// Create a new entry object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="deviceId">Initial value of the deviceId property.</param>
 /// <param name="externalTimestamp">Initial value of the externalTimestamp property.</param>
 /// <param name="userId">Initial value of the userId property.</param>
 public static entry Createentry(global::System.Int64 id, global::System.String deviceId, global::System.Int64 externalTimestamp, global::System.Int32 userId)
 {
     entry entry = new entry();
     entry.id = id;
     entry.deviceId = deviceId;
     entry.externalTimestamp = externalTimestamp;
     entry.userId = userId;
     return entry;
 }