/// <summary>
 /// Create a new IndicateReport object.
 /// </summary>
 /// <param name="reportID">Initial value of the ReportID property.</param>
 /// <param name="dateRerport">Initial value of the DateRerport property.</param>
 /// <param name="processID">Initial value of the ProcessID property.</param>
 /// <param name="operatorCode">Initial value of the OperatorCode property.</param>
 /// <param name="modelID">Initial value of the ModelID property.</param>
 /// <param name="total">Initial value of the Total property.</param>
 /// <param name="pass">Initial value of the Pass property.</param>
 public static IndicateReport CreateIndicateReport(global::System.String reportID, global::System.DateTime dateRerport, global::System.String processID, global::System.String operatorCode, global::System.String modelID, global::System.Int32 total, global::System.Int32 pass)
 {
     IndicateReport indicateReport = new IndicateReport();
     indicateReport.ReportID = reportID;
     indicateReport.DateRerport = dateRerport;
     indicateReport.ProcessID = processID;
     indicateReport.OperatorCode = operatorCode;
     indicateReport.ModelID = modelID;
     indicateReport.Total = total;
     indicateReport.Pass = pass;
     return indicateReport;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the IndicateReports EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIndicateReports(IndicateReport indicateReport)
 {
     base.AddObject("IndicateReports", indicateReport);
 }