/// <summary> /// Create a new Value object. /// </summary> /// <param name="valuePool">Initial value of the ValuePool property.</param> /// <param name="valueCode">Initial value of the ValueCode property.</param> /// <param name="sortCode">Initial value of the SortCode property.</param> /// <param name="footnote">Initial value of the Footnote property.</param> /// <param name="userId">Initial value of the UserId property.</param> /// <param name="logDate">Initial value of the LogDate property.</param> public static Value CreateValue(global::System.String valuePool, global::System.String valueCode, global::System.String sortCode, global::System.String footnote, global::System.String userId, global::System.DateTime logDate) { Value value = new Value(); value.ValuePool = valuePool; value.ValueCode = valueCode; value.SortCode = sortCode; value.Footnote = footnote; value.UserId = userId; value.LogDate = logDate; return value; }
/// <summary> /// Deprecated Method for adding a new object to the Values EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToValues(Value value) { base.AddObject("Values", value); }