コード例 #1
0
 /// <summary>
 /// Create a new AuditIssueReplyComment object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="issueReplyCommentId">Initial value of the IssueReplyCommentId property.</param>
 /// <param name="comment">Initial value of the Comment property.</param>
 /// <param name="dateTimeStamp">Initial value of the DateTimeStamp property.</param>
 /// <param name="updatedByUserId">Initial value of the UpdatedByUserId property.</param>
 public static AuditIssueReplyComment CreateAuditIssueReplyComment(global::System.Int32 id, global::System.Int32 issueReplyCommentId, global::System.String comment, global::System.DateTime dateTimeStamp, global::System.Int32 updatedByUserId)
 {
     AuditIssueReplyComment auditIssueReplyComment = new AuditIssueReplyComment();
     auditIssueReplyComment.Id = id;
     auditIssueReplyComment.IssueReplyCommentId = issueReplyCommentId;
     auditIssueReplyComment.Comment = comment;
     auditIssueReplyComment.DateTimeStamp = dateTimeStamp;
     auditIssueReplyComment.UpdatedByUserId = updatedByUserId;
     return auditIssueReplyComment;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AuditIssueReplyComments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuditIssueReplyComments(AuditIssueReplyComment auditIssueReplyComment)
 {
     base.AddObject("AuditIssueReplyComments", auditIssueReplyComment);
 }