/// <summary>
 /// Create a new Project_working_log object.
 /// </summary>
 /// <param name="log_id">Initial value of the log_id property.</param>
 /// <param name="target_id">Initial value of the target_id property.</param>
 /// <param name="log_date">Initial value of the log_date property.</param>
 /// <param name="log_content">Initial value of the log_content property.</param>
 /// <param name="create_date">Initial value of the create_date property.</param>
 /// <param name="external_use">Initial value of the external_use property.</param>
 /// <param name="voided">Initial value of the voided property.</param>
 public static Project_working_log CreateProject_working_log(global::System.Int32 log_id, global::System.Int32 target_id, global::System.DateTime log_date, global::System.String log_content, global::System.DateTime create_date, global::System.Boolean external_use, global::System.Boolean voided)
 {
     Project_working_log project_working_log = new Project_working_log();
     project_working_log.log_id = log_id;
     project_working_log.target_id = target_id;
     project_working_log.log_date = log_date;
     project_working_log.log_content = log_content;
     project_working_log.create_date = create_date;
     project_working_log.external_use = external_use;
     project_working_log.voided = voided;
     return project_working_log;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Project_working_log EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProject_working_log(Project_working_log project_working_log)
 {
     base.AddObject("Project_working_log", project_working_log);
 }