예제 #1
0
 /// <summary>
 /// Create a new Comment object.
 /// </summary>
 /// <param name="commentId">Initial value of the CommentId property.</param>
 /// <param name="commentTime">Initial value of the CommentTime property.</param>
 /// <param name="commentText">Initial value of the CommentText property.</param>
 public static Comment CreateComment(global::System.Int32 commentId, global::System.DateTime commentTime, global::System.String commentText)
 {
     Comment comment = new Comment();
     comment.CommentId = commentId;
     comment.CommentTime = commentTime;
     comment.CommentText = commentText;
     return comment;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Comments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToComments(Comment comment)
 {
     base.AddObject("Comments", comment);
 }