/// <summary> /// Create a new vJobCandidate object. /// </summary> /// <param name="jobCandidateID">Initial value of the JobCandidateID property.</param> /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param> public static vJobCandidate CreatevJobCandidate(global::System.Int32 jobCandidateID, global::System.DateTime modifiedDate) { vJobCandidate vJobCandidate = new vJobCandidate(); vJobCandidate.JobCandidateID = jobCandidateID; vJobCandidate.ModifiedDate = modifiedDate; return vJobCandidate; }
/// <summary> /// Deprecated Method for adding a new object to the vJobCandidates EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTovJobCandidates(vJobCandidate vJobCandidate) { base.AddObject("vJobCandidates", vJobCandidate); }