/// <summary>
 /// Create a new Geaket object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="viewCount">Initial value of the ViewCount property.</param>
 /// <param name="updatedAt">Initial value of the UpdatedAt property.</param>
 /// <param name="createdAt">Initial value of the CreatedAt property.</param>
 public static Geaket CreateGeaket(global::System.Int32 id, global::System.Int32 userId, global::System.String title, global::System.String code, global::System.Int32 viewCount, global::System.DateTime updatedAt, global::System.DateTime createdAt)
 {
     Geaket geaket = new Geaket();
     geaket.Id = id;
     geaket.UserId = userId;
     geaket.Title = title;
     geaket.Code = code;
     geaket.ViewCount = viewCount;
     geaket.UpdatedAt = updatedAt;
     geaket.CreatedAt = createdAt;
     return geaket;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Geakets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGeakets(Geaket geaket)
 {
     base.AddObject("Geakets", geaket);
 }