/// <summary>
 /// Deprecated Method for adding a new object to the property_history EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToproperty_history(property_history property_history)
 {
     base.AddObject("property_history", property_history);
 }
 /// <summary>
 /// Create a new property_history object.
 /// </summary>
 /// <param name="property_history_id">Initial value of the property_history_id property.</param>
 /// <param name="status">Initial value of the status property.</param>
 /// <param name="property_id">Initial value of the property_id property.</param>
 /// <param name="start_date">Initial value of the start_date property.</param>
 /// <param name="finish_date">Initial value of the finish_date property.</param>
 public static property_history Createproperty_history(global::System.Decimal property_history_id, global::System.Decimal status, global::System.Decimal property_id, global::System.DateTime start_date, global::System.DateTime finish_date)
 {
     property_history property_history = new property_history();
     property_history.property_history_id = property_history_id;
     property_history.status = status;
     property_history.property_id = property_id;
     property_history.start_date = start_date;
     property_history.finish_date = finish_date;
     return property_history;
 }