/// <summary>
 /// Create a new AuditIssue object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="issueId">Initial value of the IssueId property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="dateTimeStamp">Initial value of the DateTimeStamp property.</param>
 /// <param name="updatedByUserId">Initial value of the UpdatedByUserId property.</param>
 public static AuditIssue CreateAuditIssue(global::System.Int32 id, global::System.Int32 issueId, global::System.String title, global::System.String description, global::System.DateTime dateTimeStamp, global::System.Int32 updatedByUserId)
 {
     AuditIssue auditIssue = new AuditIssue();
     auditIssue.Id = id;
     auditIssue.IssueId = issueId;
     auditIssue.Title = title;
     auditIssue.Description = description;
     auditIssue.DateTimeStamp = dateTimeStamp;
     auditIssue.UpdatedByUserId = updatedByUserId;
     return auditIssue;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the AuditIssues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuditIssues(AuditIssue auditIssue)
 {
     base.AddObject("AuditIssues", auditIssue);
 }