/// <summary> /// Create a new AvailableValue object. /// </summary> /// <param name="property">Initial value of the Property property.</param> /// <param name="value">Initial value of the Value property.</param> /// <param name="id">Initial value of the Id property.</param> public static AvailableValue CreateAvailableValue(global::System.String property, global::System.String value, global::System.Int32 id) { AvailableValue availableValue = new AvailableValue(); availableValue.Property = property; availableValue.Value = value; availableValue.Id = id; return availableValue; }
/// <summary> /// Deprecated Method for adding a new object to the AvailableValues EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAvailableValues(AvailableValue availableValue) { base.AddObject("AvailableValues", availableValue); }