/// <summary> /// Create a new EntityResume object. /// </summary> /// <param name="resumeID">Initial value of the ResumeID property.</param> /// <param name="clientID">Initial value of the ClientID property.</param> /// <param name="date">Initial value of the Date property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="description">Initial value of the Description property.</param> public static EntityResume CreateEntityResume(global::System.Int32 resumeID, global::System.Int32 clientID, global::System.DateTime date, global::System.String title, global::System.String description) { EntityResume entityResume = new EntityResume(); entityResume.ResumeID = resumeID; entityResume.ClientID = clientID; entityResume.Date = date; entityResume.Title = title; entityResume.Description = description; return entityResume; }
/// <summary> /// Deprecated Method for adding a new object to the Resume EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToResume(EntityResume entityResume) { base.AddObject("Resume", entityResume); }