/// <summary>
 /// Create a new JobProof object.
 /// </summary>
 /// <param name="jobProofID">Initial value of the JobProofID property.</param>
 /// <param name="filepath">Initial value of the Filepath property.</param>
 /// <param name="jobID">Initial value of the JobID property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static JobProof CreateJobProof(global::System.Int32 jobProofID, global::System.String filepath, global::System.Int32 jobID, global::System.Boolean active, global::System.DateTime dateCreated)
 {
     JobProof jobProof = new JobProof();
     jobProof.JobProofID = jobProofID;
     jobProof.Filepath = filepath;
     jobProof.JobID = jobID;
     jobProof.Active = active;
     jobProof.DateCreated = dateCreated;
     return jobProof;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the JobProofs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobProofs(JobProof jobProof)
 {
     base.AddObject("JobProofs", jobProof);
 }