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