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