Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new JobCandidate object.
 /// </summary>
 /// <param name="jobCandidateID">Initial value of the JobCandidateID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static JobCandidate CreateJobCandidate(global::System.Int32 jobCandidateID, global::System.DateTime modifiedDate)
 {
     JobCandidate jobCandidate = new JobCandidate();
     jobCandidate.JobCandidateID = jobCandidateID;
     jobCandidate.ModifiedDate = modifiedDate;
     return jobCandidate;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the JobCandidates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToJobCandidates(JobCandidate jobCandidate)
 {
     base.AddObject("JobCandidates", jobCandidate);
 }