/// <summary>
 /// Create a new Report_detail object.
 /// </summary>
 /// <param name="iD_timecheck_pcb">Initial value of the ID_timecheck_pcb property.</param>
 /// <param name="reportID">Initial value of the ReportID property.</param>
 /// <param name="date_check">Initial value of the Date_check property.</param>
 public static Report_detail CreateReport_detail(global::System.Guid iD_timecheck_pcb, global::System.String reportID, global::System.DateTime date_check)
 {
     Report_detail report_detail = new Report_detail();
     report_detail.ID_timecheck_pcb = iD_timecheck_pcb;
     report_detail.ReportID = reportID;
     report_detail.Date_check = date_check;
     return report_detail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Report_detail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReport_detail(Report_detail report_detail)
 {
     base.AddObject("Report_detail", report_detail);
 }