/// <summary>
 /// Create a new TimeScale_Eng object.
 /// </summary>
 /// <param name="timeScale">Initial value of the TimeScale property.</param>
 /// <param name="presText">Initial value of the PresText property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static TimeScale_Eng CreateTimeScale_Eng(global::System.String timeScale, global::System.String presText, global::System.String userId, global::System.DateTime logDate)
 {
     TimeScale_Eng timeScale_Eng = new TimeScale_Eng();
     timeScale_Eng.TimeScale = timeScale;
     timeScale_Eng.PresText = presText;
     timeScale_Eng.UserId = userId;
     timeScale_Eng.LogDate = logDate;
     return timeScale_Eng;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TimeScale_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimeScale_Eng(TimeScale_Eng timeScale_Eng)
 {
     base.AddObject("TimeScale_Eng", timeScale_Eng);
 }