/// <summary>
 /// Create a new VSValue 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 CreateVSValue(global::System.String valueSet, global::System.String valuePool, global::System.String valueCode, global::System.String userId, global::System.DateTime logDate)
 {
     VSValue vSValue = new VSValue();
     vSValue.ValueSet = valueSet;
     vSValue.ValuePool = valuePool;
     vSValue.ValueCode = valueCode;
     vSValue.UserId = userId;
     vSValue.LogDate = logDate;
     return vSValue;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the VSValues EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVSValues(VSValue vSValue)
 {
     base.AddObject("VSValues", vSValue);
 }