/// <summary>
 /// Create a new ReportDetail object.
 /// </summary>
 /// <param name="reportDetailID">Initial value of the ReportDetailID property.</param>
 /// <param name="reportID">Initial value of the ReportID property.</param>
 /// <param name="dateReport">Initial value of the DateReport property.</param>
 public static ReportDetail CreateReportDetail(global::System.Guid reportDetailID, global::System.String reportID, global::System.DateTime dateReport)
 {
     ReportDetail reportDetail = new ReportDetail();
     reportDetail.ReportDetailID = reportDetailID;
     reportDetail.ReportID = reportID;
     reportDetail.DateReport = dateReport;
     return reportDetail;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportDetails(ReportDetail reportDetail)
 {
     base.AddObject("ReportDetails", reportDetail);
 }