Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Post_Comment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Post_Comment(VC_Post_Comment vC_Post_Comment)
 {
     base.AddObject("VC_Post_Comment", vC_Post_Comment);
 }
Пример #2
0
 /// <summary>
 /// Create a new VC_Post_Comment object.
 /// </summary>
 /// <param name="postComment_Id">Initial value of the PostComment_Id property.</param>
 /// <param name="post_Id">Initial value of the Post_Id property.</param>
 /// <param name="workspaceUser_Id">Initial value of the WorkspaceUser_Id property.</param>
 /// <param name="post_Comment">Initial value of the Post_Comment property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_Post_Comment CreateVC_Post_Comment(global::System.Int32 postComment_Id, global::System.Int32 post_Id, global::System.Int32 workspaceUser_Id, global::System.String post_Comment, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Post_Comment vC_Post_Comment = new VC_Post_Comment();
     vC_Post_Comment.PostComment_Id = postComment_Id;
     vC_Post_Comment.Post_Id = post_Id;
     vC_Post_Comment.WorkspaceUser_Id = workspaceUser_Id;
     vC_Post_Comment.Post_Comment = post_Comment;
     vC_Post_Comment.Created_TS = created_TS;
     vC_Post_Comment.Updated_TS = updated_TS;
     return vC_Post_Comment;
 }