/// <summary>
 /// Create a new ValueSet_Eng object.
 /// </summary>
 /// <param name="valueSet">Initial value of the ValueSet property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static ValueSet_Eng CreateValueSet_Eng(global::System.String valueSet, global::System.String description, global::System.String userId, global::System.DateTime logDate)
 {
     ValueSet_Eng valueSet_Eng = new ValueSet_Eng();
     valueSet_Eng.ValueSet = valueSet;
     valueSet_Eng.Description = description;
     valueSet_Eng.UserId = userId;
     valueSet_Eng.LogDate = logDate;
     return valueSet_Eng;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ValueSet_Eng EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToValueSet_Eng(ValueSet_Eng valueSet_Eng)
 {
     base.AddObject("ValueSet_Eng", valueSet_Eng);
 }