/// <summary>
        /// Create a new Likes object.
        /// </summary>
        /// <param name="likeId">Initial value of the LikeId property.</param>
        /// <param name="userId">Initial value of the UserId property.</param>
        /// <param name="presentationId">Initial value of the PresentationId property.</param>
        /// <param name="createDate">Initial value of the CreateDate property.</param>
        public static Likes CreateLikes(global::System.Guid likeId, global::System.Guid userId, global::System.Guid presentationId, global::System.DateTime createDate)
        {
            Likes likes = new Likes();

            likes.LikeId         = likeId;
            likes.UserId         = userId;
            likes.PresentationId = presentationId;
            likes.CreateDate     = createDate;
            return(likes);
        }
 /// <summary>
 /// Create a new Likes object.
 /// </summary>
 /// <param name="likeId">Initial value of the LikeId property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="presentationId">Initial value of the PresentationId property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 public static Likes CreateLikes(global::System.Guid likeId, global::System.Guid userId, global::System.Guid presentationId, global::System.DateTime createDate)
 {
     Likes likes = new Likes();
     likes.LikeId = likeId;
     likes.UserId = userId;
     likes.PresentationId = presentationId;
     likes.CreateDate = createDate;
     return likes;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Likes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLikes(Likes likes)
 {
     base.AddObject("Likes", likes);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Likes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLikes(Likes likes)
 {
     base.AddObject("Likes", likes);
 }