/// <summary>
 /// Create a new Variable_Eng object.
 /// </summary>
 /// <param name="variable">Initial value of the Variable 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 Variable_Eng CreateVariable_Eng(global::System.String variable, global::System.String presText, global::System.String userId, global::System.DateTime logDate)
 {
     Variable_Eng variable_Eng = new Variable_Eng();
     variable_Eng.Variable = variable;
     variable_Eng.PresText = presText;
     variable_Eng.UserId = userId;
     variable_Eng.LogDate = logDate;
     return variable_Eng;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Variable_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVariable_Eng(Variable_Eng variable_Eng)
 {
     base.AddObject("Variable_Eng", variable_Eng);
 }