/// <summary> /// Deprecated Method for adding a new object to the StatusValues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStatusValues(StatusValue statusValue) { base.AddObject("StatusValues", statusValue); }
/// <summary> /// Create a new StatusValue object. /// </summary> /// <param name="statusValueID">Initial value of the StatusValueID property.</param> public static StatusValue CreateStatusValue(global::System.String statusValueID) { StatusValue statusValue = new StatusValue(); statusValue.StatusValueID = statusValueID; return statusValue; }