/// <summary> /// Create a new project object. /// </summary> /// <param name="projectId">Initial value of the projectId property.</param> /// <param name="projectName">Initial value of the projectName property.</param> /// <param name="priority">Initial value of the priority property.</param> /// <param name="leadDeveloper">Initial value of the leadDeveloper property.</param> public static project Createproject(global::System.Int32 projectId, global::System.String projectName, global::System.Int32 priority, global::System.Int32 leadDeveloper) { project project = new project(); project.projectId = projectId; project.projectName = projectName; project.priority = priority; project.leadDeveloper = leadDeveloper; return project; }
private void detach_projects(project entity) { this.SendPropertyChanging(); entity.devloper = null; }
/// <summary> /// Deprecated Method for adding a new object to the projects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToprojects(project project) { base.AddObject("projects", project); }
private void attach_projects(project entity) { this.SendPropertyChanging(); entity.devloper = this; }