Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Review_Comment EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Review_Comment(VC_Review_Comment vC_Review_Comment)
 {
     base.AddObject("VC_Review_Comment", vC_Review_Comment);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new VC_Review_Comment object.
 /// </summary>
 /// <param name="reviewComment_Id">Initial value of the ReviewComment_Id property.</param>
 /// <param name="review_Id">Initial value of the Review_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="review_Comment">Initial value of the Review_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_Review_Comment CreateVC_Review_Comment(global::System.Int32 reviewComment_Id, global::System.Int32 review_Id, global::System.Int32 user_Id, global::System.String review_Comment, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Review_Comment vC_Review_Comment = new VC_Review_Comment();
     vC_Review_Comment.ReviewComment_Id = reviewComment_Id;
     vC_Review_Comment.Review_Id = review_Id;
     vC_Review_Comment.User_Id = user_Id;
     vC_Review_Comment.Review_Comment = review_Comment;
     vC_Review_Comment.Created_TS = created_TS;
     vC_Review_Comment.Updated_TS = updated_TS;
     return vC_Review_Comment;
 }